Share via


CustVendOutPaym.checkUniquePaymMode Method [AX 2012]

Determines whether more than one method of payment is included in the generation of payments, by using the QueryRun class object.

Syntax

public boolean checkUniquePaymMode()

Run On

Called

Return Value

Type: boolean
true if more than one method of payment is included in the generation of payments; otherwise, false.

Remarks

The method of payment should be unique, if information from the method of payment is used in headers or footers of the payment media.

See Also

CustVendOutPaym Class

CustVendSumForPaym::countPaymModes Method

CustVendOutPaym.validate Method

CustVendOutPaym.updateQuery Method

QueryRun Class