RetailTransactionServiceTransactions::settleInvoice Method [AX 2012]
Method is used for settling the invoice and the customer transactions.
Syntax
client server private static container settleInvoice(InvoiceId _invoiceId)
Run On
Called
Parameters
- _invoiceId
Type: InvoiceId Extended Data Type
ID of the CustTrans.Invoice field.
Return Value
Type: container
Container with the value true and empty string if the settlement is success; else false wih the appropriate string message.