InventTransWMS_Register.updateInventFromMovement Method [AX 2012]
Calls a server bound method to convert the proposed changes into real inventory updates for a given inventory movement.
Syntax
public boolean updateInventFromMovement(InventMovement _movement)
Run On
Client
Parameters
- _movement
Type: InventMovement Class
The inventory movement for which items are being registered.
Return Value
Type: boolean
true if the update succeeded; otherwise, false.