Click or drag to resize

commonvalidNewBatNbr Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "validNewBatNbr", Description = "Checks to see if a BatNbr is available for a new Batch entry by module and cpnyID.")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public bool validNewBatNbr(
	string batNbr,
	string module
)

Parameters

batNbr
Type: SystemString
module
Type: SystemString

Return Value

Type: Boolean
See Also