4 May 2016

Remove special characters using X++ in AX 2012

Just use the below code to remove the special character from the string.


strRem('String','*');

You can replace * with different special characters.
.

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