RetailKitAssemblyOrder::assembleKitFromSalesTransactions Method [AX 2012]
This method is used to process sales transactions with kit items pulled from the store.
It will update the physical inventory of the kit's by the quantity specified in RetailTransactionSalesTrans.
Syntax
client server public static void assembleKitFromSalesTransactions(RetailTransactionSalesTrans _transactionSalesTrans, Qty _qtyRemaining)
Run On
ClientOrServer
Parameters
- _transactionSalesTrans
Type: RetailTransactionSalesTrans Table
The Retail transaction sales line of a store whose transaction is being processed.
- _qtyRemaining
Type: Qty Extended Data Type
The quantity of retail kits that need to be assembled.
Remarks
This method is called from in RetailTransactionSalesTransMark to assemble kits if physical inventory is not available