PurchEditLinesForm.allowPaymentDisbursement Method [AX 2012]

Enables or disables a user to create a payment disbursement.

public boolean allowPaymentDisbursement(
    ParmId _parmId, 
    TradeLineRefId _purchParmTableRefId, 
   [boolean _showError])

Run On

Client

Parameters

_parmId
Type: ParmId Extended Data Type
The parameter ID of the PurchParmTable table that is used to enable or disable the user to create a payment disbursement.
_purchParmTableRefId
Type: TradeLineRefId Extended Data Type
The TradeLineRefId value in the PurchParmTable table that is used to enable or disable the user to create a payment disbursement.
_showError
Type: boolean
A Boolean value that indicates whether to display the error message; optional.

Return Value

Type: boolean
Always returns true .

Community Additions

ADD
Show: