Click or drag to resize

customerMaintenanceeditScreen Method

Edits all the records for the customer maintenance screen.

Namespace:  ctDynamicsSL.financial.accountsReceivable.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editScreen", Description = "Edits all the records for the customer maintenance screen. ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public customerMaintenancescreen editScreen(
	string actionType,
	customerMaintenancescreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.financial.accountsReceivable.maintenancecustomerMaintenancescreen

Return Value

Type: customerMaintenancescreen
See Also