InventTransWMS_Register.updateTransSerialId Method [AX 2012]
Assigns the serial numbers to the InventTrans record.
Syntax
public boolean updateTransSerialId(
InventTrans _inventTrans,
InventMovement _movement,
InventTransOrigin _inventTransOrigin)
Run On
Client
Parameters
- _inventTrans
Type: InventTrans Table
The InventTrans record to have the serial numbers assigned
- _movement
Type: InventMovement Class
The inventory movement for which the registration is made.
- _inventTransOrigin
Type: InventTransOrigin Table
The InventTransOrigin record that is referenced by the _inventTrans record.
Return Value
Type: boolean
true if serial numbers were assigned; otherwise, false.