CustVendOutPaym.getUniquePaymModeTable Method [AX 2012]
Determines whether the generation of payment covers only one method of payment. If true, returns the unique method of payment record.
Syntax
protected CustVendPaymModeTable getUniquePaymModeTable([container _packedQuery])
Run On
Called
Parameters
- _packedQuery
Type: container
A packed QueryRun class object; optional. If not provided, the current queryRun object for the class is used.
Return Value
Type: CustVendPaymModeTable Map
The unique method of payment record, if unique, as a CustVendPaymModeTable record object.
Remarks
This method is applicable for export formats that are designed to handle only one method of payment per payment media.