RetailTransactionServiceTransactions::paymentsMade Method [AX 2012]
Method finds the Prepayment and payments for the invoice.
Syntax
client server private static AmountCur paymentsMade(InvoiceId _invoiceId)
Run On
Called
Parameters
- _invoiceId
Type: InvoiceId Extended Data Type
ID of the CustInvoiceJour.InvoiceId field.
ID of the CustTrans.Invoice field.
Return Value
Type: AmountCur Extended Data Type
Prepayment and payments for the invoice.
Remarks
RetailPrepaymentTable.totalPaymentsMade method returns the unsettled amount which has been paid to the sales order.