15 Sept 2013

Where is my code running


Sometimes you are not for sure if your code is running on the AOS or on the client.
By adding below line in your code. AX will tell you where the code is running.

info(strfmt("%1",xGlobal::clientKind()));

No comments:

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...