Click or drag to resize

siteMaintenanceeditItemScreen Method

Edits the records for the site Maintenance item screen.

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editItemScreen", Description = "Edits the records for the site Maintenance item screen.")]
public siteMaintenanceitemScreen editItemScreen(
	string actionType,
	siteMaintenanceitemScreen inItemScreen
)

Parameters

actionType
Type: SystemString
inItemScreen
Type: ctDynamicsSL.fieldService.serviceDispatch.maintenancesiteMaintenanceitemScreen

Return Value

Type: siteMaintenanceitemScreen
See Also