Bhavin Sankhat
Bhavin Sankhat

Reputation: 31

Number sequence in AXAPTA

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

Answers (1)

Jay Hofacker
Jay Hofacker

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

Related Questions