Share via


InventTransWMS_Register::updateTransSerialIdServer Method [AX 2012]

Assigns serial numbers to the InventTrans record.

Syntax

server public static void updateTransSerialIdServer(
    InventTrans _inventTrans, 
    SerialNumberFormat _serialNumberFormat, 
    SerialNumberIntervalStart _serialNumberIntervalStart, 
    SerialNumberIntervalEnd _serialNumberIntervalEnd)

Run On

Server

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans record that has serial numbers assigned to it.

Exceptions

Exception Condition
Error

The InventTrans record has been changed in the database after you have started the process.

See Also

Reference

InventTransWMS_Register Class