Click or drag to resize

customerContactseditScreen Method

Edits all the records for the customer contact maintenance screen.

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

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.orderManagement.maintenancecustomerContactsscreen

Return Value

Type: customerContactsscreen
See Also