Hi All,
i need to run a job queue at the month end how to achieve this?
regards,
Ramesh.
*This post is locked for comments
Hi All,
i need to run a job queue at the month end how to achieve this?
regards,
Ramesh.
*This post is locked for comments
Hi Ramesh,
I think what you are looking for lies inside the process knowledge of Job Queue. For this you need important basic understanding of Job Queue. Read the following article to get answers to all your questions : www.navstorm.com/.../how-to-setup-job-queue-microsoft-dynamics-nav-2013-r2.html
Regards,
Syed Aley Mehdi
hi,
simple solution:
goto page "job queue entry card" and set "no. of minutes between runs" to a value like 43200 (= 60 * 24 * 30). that is the minute value for an average month.
advanced solution:
edit cu 448 and change fct. CalcNextRunTimeForRecurringJob according to your special needs. There change the calc. formula for NewRunDateTime.
give it a try with recurring journals.
set up the job queue and a job queue entry as you need using a new codeunit.
develop the new codeunit as you need.
check in the first line of the onrun trigger if the current day is the last day of the month, if not exit.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156