RetailOrderManager::CreateOrderPayments Method [AX 2012]
Create payments for the sales order
Syntax
client server private static void CreateOrderPayments(SalesTable salesTable, RetailTransactionTable transactionTable)
Run On
Called
Parameters
- salesTable
Type: SalesTable Table
The current sales order which the payment is being created for
- transactionTable
Type: RetailTransactionTable Table
The current RetailTransactionTable entry which the payment is being created from
Remarks
Creates CreditCard and non CreditCard entries and associates them with the given Sales Order.