Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : CT75BR6ctPtpSMZGUF5CJz

System does not support setup 'continuous' of number sequence in Dynamics AX 2012 / D365 F&O

Rahul Kiran Profile Picture Rahul Kiran 481
If you are facing the issue System does not support setup 'continuous' of number sequence, enclose your code of number sequence assignment within a transaction (TTSBegin & TTSCommit)


NumberSeq  numberSeq;
ttsbegin;
numberSeq = NumberSeq::newGetNum(HrmParameters::numRefApplicantId()).num()

ttscommit;

Error will be resolved!!!

This was originally posted here.

Comments

*This post is locked for comments