Share via


RetailStatementCalculate.reserveInventory Method [AX 2012]

Updates the transaction of the RetailTransactionSalesTrans table to a reserved status.

Syntax

public void reserveInventory(RetailTransactionSalesTrans rboTransactionSalesTrans)

Run On

Server

Parameters

Remarks

This method calls the update method of the InventUpd_Estimated class to reserve the inventory.

See Also

Reference

RetailStatementCalculate Class