Share via


BankChequeCancel::findCustVendTransForCheque Method [AX 2012]

Finds the customer or vendor transaction that corresponds to the check.

Syntax

client server public static CustVendTrans findCustVendTransForCheque(BankChequeTable _chequeToCancel)

Run On

Called

Parameters

  • _chequeToCancel
    Type: BankChequeTable Table
    The check for which to find the customer or vendor transaction.

Return Value

Type: CustVendTrans Map
The customer or vendor transaction that corresponds to the check.

See Also

Reference

BankChequeCancel Class