PurchEditLinesForm_Invoice.allowPaymentDisbursement Method [AX 2012]
Enables creating the payment disbursement.
public boolean allowPaymentDisbursement(
ParmId _parmId,
TradeLineRefId _vendInvoiceInfoTableRefId,
[boolean _showError])
Run On
ClientParameters
- _parmId
- Type: ParmId Extended Data Type
The parmId of the VendInvoiceInfoTable table that is used to enable creating the payment disbursement.
- _vendInvoiceInfoTableRefId
- Type: TradeLineRefId Extended Data Type
The vendInvoiceInfoTableRefId of the VendInvoiceInfoTable table that is used to enable creating the payment disbursement.
- _showError
- Type: boolean
A Boolean value that indicates whether to display the error message; optional.
Community Additions
ADD
Show: