Reputation: 31
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.
Upvotes: 3
Views: 1154
Reputation: 3469
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()
.
Upvotes: 4