Click or drag to resize

serviceContractEntrygetScreenByContractID Method

Retrieves a Screen object for this class using the passed contractID

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getScreenByContractID", Description = "Retrieves a Screen object for this class using the passed contractID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public serviceContractEntryscreen getScreenByContractID(
	string contractID
)

Parameters

contractID
Type: SystemString

Return Value

Type: serviceContractEntryscreen
See Also