Share via


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

Remarks

This method is called from in RetailTransactionSalesTransMark to assemble kits if physical inventory is not available

See Also

Reference

RetailKitAssemblyOrder Class