How to get today's +1 date in Dynamics Axapta?
Solution
your date variable = DateTimeUtil::date(DateTimeUtil::addDays(DateTimeUtil::getSystemDateTime(), 1));
@akhil patel
I created a runnable class, and it is working fine in the development environment. After that, I moved the class to the Tier-2 environment. ...
No comments:
Post a Comment