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

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...