Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the payment values to the passed record, otherwise get the first one associated with the sales order.
Syntax
public void setPaymentValues([MCRCustPaymTable _mcrCustPaymTable, boolean _onAcctOverride])
Run On
Called
Parameters
- _mcrCustPaymTable
Type: MCRCustPaymTable Table
The MCRCustPaymTable record for which payment method is retrieved; optional.
- _onAcctOverride
Type: boolean
The Boolean to determine whether or not to use OnAcct payment method; optional.
Remarks
If _mcrCustPaymTable is null, instantiate via this.getPayment method.