For AX 2009,
How inventTrans::inventTransID is created (the sequence for InventTransID).
What code exactly is the creation for inventTransID (especially: Invent counting)?
Thanks :)
*This post is locked for comments
I have the same question (0)

For AX 2009,
How inventTrans::inventTransID is created (the sequence for InventTransID).
What code exactly is the creation for inventTransID (especially: Invent counting)?
Thanks :)
*This post is locked for comments
I have the same question (0)The number sequence is defined in Inventory management > Setup > Parameters > (tab) Number sequences > Reference Lot ID.
In case of couting, InventTransId seems to be created in InventJournalTrans.insert(). You may also look at cross-references for the number sequence (method InventParameters::numRefInventTransId()).