Share via


AxBankChequeTable::newBankChequeTable Method [AX 2012]

Constructs a new instance of the class and sets the BankChequeTable table record of the class.

Syntax

client server public static AxBankChequeTable newBankChequeTable(BankChequeTable _bankChequeTable)

Run On

Called

Parameters

  • _bankChequeTable
    Type: BankChequeTable Table
    The BankChequeTable table record to set the current record of the class to.

Return Value

Type: AxBankChequeTable Class
A new instance of the AxBankChequeTable class with the BankChequeTable table record of the class set.

See Also

Reference

AxBankChequeTable Class