Showing posts with label employee. Show all posts
Showing posts with label employee. Show all posts

21 Jul 2016

Create Worker through X++ in AX 2012

Today i got a requirement like create worker through code.

Through below job we can create very simple way.


Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...