Share via


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
  • _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.

See Also

Reference

InventTransWMS_Register Class