Click or drag to resize

voucherAndAdjustmentEntrygetScreenByBatNbr Method

Retrieves a Screen object for this class using the passed batNbr, autoloads first refnbr found

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 = "getScreenByBatNbr", Description = "Retrieves a Screen object for this class using the passed batNbr, autoloads first refnbr found")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public voucherAndAdjustmentEntryscreen getScreenByBatNbr(
	string batNbr
)

Parameters

batNbr
Type: SystemString

Return Value

Type: voucherAndAdjustmentEntryscreen
See Also