Friday, March 21, 2014

To get Current AX time

//To get Current AX time

static void timeinAX(Args _args)
{
    //time2str(timeNow(),1,1)
    info(time2str(timeNow(),1,1));
}

No comments:

Post a Comment

Disabling the flight in D365FO (CHD - Tier 1)

 INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED)  VALUES ('<FlightObjectName>_KillSwitch', 1)  or  INSERT INTO dbo.SYSFLIGHT...