Share via


BankChequeCancel::newBankChequeTable Method [AX 2012]

Creates a new instance of the BankChequeCancel class and initializes several internal variables with information from a Cheque definition.

Syntax

client server public static BankChequeCancel newBankChequeTable(BankChequeTable _chequeTable)

Run On

Called

Parameters

  • _chequeTable
    Type: BankChequeTable Table
    The BankChequeTable record buffer that represents the Cheque definition.

Return Value

Type: BankChequeCancel Class
A new instance of the BankChequeCancel class that is initialized with values from the passed in record buffer.

See Also

Reference

BankChequeCancel Class