I’m working in NAV 2015, I’ve set-up serveral reports to automatically run. They have all been set-up via “Job Que Entries”. How do I get the date field on this report to update automatically daily? We’ve tried several date options, but nothing seems to update it. Please advise. Thank You!
First contract your Partner to update the Job Queue for you. Seems like you want the report to always reflect Work Date or TODAY when running. They can accomplish with the Job Queue code for the specific report.
In NAV 2015, you can use the “CD+1D” expression to update the date field on your report automatically daily. However, it seems that you’ve mentioned that this expression is not updating the date field as expected.
To troubleshoot this issue, here are a few suggestions:
Ensure the correct syntax: Double-check that the expression “<CD+1D” is written correctly without any typos. The expression should add 1 day to the current date.
Verify job queue setup: Make sure that the job queue entry for running the report is configured correctly. Check the schedule and recurrence settings to ensure that it is set to run daily.
Check system date and time: Confirm that the date and time settings on your NAV server are accurate. If the system date or time is incorrect, it could affect the execution of scheduled tasks.
Consider data limitations: If the report relies on specific data filters or conditions, verify that the data exists for the updated date. For example, if the report is based on sales data, ensure that there are transactions for the specific date.
Review report design: Examine the report layout and code to ensure that the date field is correctly bound to the expression “<CD+1D”. Verify that the field properties and data source are set up appropriately.
If the issue persists after trying these steps, it may be helpful to consult with a NAV developer or support resource who can examine your specific configuration and provide further assistance.