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