
Hi,
In DAX 2009 I could get the next number sequence by calling the following code:
numberSequenceReference = InventParameters::numRefTransferId();
numberSeq = numberSeq::newGetNumFromCode(numberSequenceReference.NumberSequence);
But in 2012 the NumberSequence field has been diminished. What is the new procedure to get th next number sequence?
*This post is locked for comments
I have the same question (0)Hi Scott,
you can use inventTransId = NumberSeq::newGetNum(InventParameters::numRefInventTransId()).num();