Click or drag to resize

voucherAndAdjustmentEntryvalidNewBatNbr Method

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

Parameters

batNbr
Type: SystemString

Return Value

Type: Boolean
See Also