tags:

views:

109

answers:

2

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
A: 

Thank you its really help full...

Bhavin Sankhat
This is not an answer but a comment. Mark the correct answer as the solution.
Jan B. Kjeldsen

related questions