CustVendBalanceInquiry_CN::construct Method [AX 2012]
The constructor of the CustVendBalanceInquiry_CN class.
client server public static CustVendBalanceInquiry_CN construct(
CustVendBalanceInquiryType_CN _custVendBalanceInquiryType,
CustVendTrans _custVendTrans,
CustVendTable _cusVendTable)
Run On
CalledParameters
- _custVendBalanceInquiryType
- Type: CustVendBalanceInquiryType_CN Enumeration
The isntance of the CustVendBalanceInquiryType_CN class.
- _custVendTrans
- Type: CustVendTrans Map
The instance of the CustVendTrans class.
- _cusVendTable
- Type: CustVendTable Map
The instance of the CustVendTable class.
Return Value
Type: CustVendBalanceInquiry_CN ClassThe instance of the CustVendBalanceInquiry_CN class.
Show: