Click or drag to resize

commongetNextCounterAsString Method

Returns the next incrementer from xct_tblDSLCounter

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getNextCounterAsString", Description = "Returns the next incrementer from xct_tblDSLCounter")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public string getNextCounterAsString(
	string counterName
)

Parameters

counterName
Type: SystemString

Return Value

Type: String
See Also