MCRBilling.updatePaymentScheduleLine Method [AX 2012]
Updates the payment schedule with the payment record.
protected boolean updatePaymentScheduleLine(
RecId _recID,
RecId _paymentRecID,
TableId _tableID)
Run On
CalledParameters
- _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.
Community Additions
ADD
Show: