Sunday, September 13, 2015

Code to call Number sequence in AX 2012

Hi,

// You may use in initValue of the table or datasource or for insert the records using the codes.
NumberSeq numberSeq;
numberSeq = NumberSeq::newGetNum(DpayHRM::EdtName());
print  num.num(); // instead of print you may assign to the table.

Regards,

No comments:

Post a Comment