Hello, I have created new LeaveMaster table in Axapta. please let me know how can i create number sequence of LeaveID. please help me. Thank you.
+1
A:
There's an article on MSDN that explains how to create your own custom number sequence. If you want to use an existing number sequence, use the NumberSeq class by calling NumberSeq::newGetNum()
or NumberSeq::newGetNumFromCode()
.
Jay Hofacker
2010-04-06 17:36:59
This is not an answer but a comment. Mark the correct answer as the solution.
Jan B. Kjeldsen
2010-04-19 10:10:58