Click or drag to resize

customerContactsgetNewscreen Method

Gets a new default screen based on the passed template

Namespace:  ctDynamicsSL.orderManagement.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getNewscreen", Description = "Gets a new default screen based on the passed template")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public customerContactsscreen getNewscreen(
	customerContactsscreen inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSL.orderManagement.maintenancecustomerContactsscreen

Return Value

Type: customerContactsscreen
See Also