29 Nov 2013

Get AOS timezone + AX 2012

static void LegenderTimejone(Args _args)
{
print xGlobal::machineTzDisplayName();
pause;
}

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