MCRBilling.updatePaymentScheduleLine Method [AX 2012]

Updates the payment schedule with the payment record.

protected boolean updatePaymentScheduleLine(
    RecId _recID, 
    RecId _paymentRecID, 
    TableId _tableID)

Run On

Called

Parameters

_recID
Type: RecId Extended Data Type
The recID for the payment record being updated.
_paymentRecID
Type: RecId Extended Data Type
The recID for the payment record used to update.
_tableID
Type: TableId Extended Data Type
The tableID of the table being updated.

Return Value

Type: boolean
true if the payment record has been updated; otherwise, false.

Community Additions

ADD
Show: