Share via


CustVendOutPaym.multipleBankAccountsAllowed Method [AX 2012]

Determines whether the payment export format is designed to handle payments from more than one bank account per media.

Syntax

public boolean multipleBankAccountsAllowed()

Run On

Called

Return Value

Type: boolean
true if the payment export format is designed to handle payments from multiple bank accounts; otherwise, false.

Remarks

The default is false. This means that usually a payment export format only handles payments from a single bank account.

See Also

CustVendOutPaym Class

CustVendOutPaym.checkBankAccountNumber Method