InventUpd_Physical::newInventQualityOrder Method [AX 2012]
Creates an instance of the InventUpd_Physical class to use to post physical updates for quality orders.
Syntax
server public static InventUpd_Physical newInventQualityOrder(InventMovement _movement, InventQty _qty)
Run On
Server
Parameters
- _movement
Type: InventMovement Class
The InventMovement object that wraps the quality order.
- _qty
Type: InventQty Extended Data Type
The physical quantity to post.
Return Value
Type: InventUpd_Physical Class
An instance of the InventUpd_Physical class.