When trying to select a report in Dynamics NAV, I am getting the following error:
Object of type Report with ID 120 could not be found
*This post is locked for comments
When trying to select a report in Dynamics NAV, I am getting the following error:
Object of type Report with ID 120 could not be found
*This post is locked for comments
this did it for me thanks
Thanks for the reply - Report ID 120 is the "aged accounts receivable" and I'm getting the same error for Report ID 322 which is the "aged accounts payable". Wouldn't these be standard reports? If not, which version should I be running to get these reports?
I believe Report ID 120 doesn't exist in standard NAV. You need to crosscheck what's running behind in your code as if you might be looking for Report ID 1200 (Create Direct Debit Collection) instead of 120.
Hi Suresh,
We are using the North American version and trying to select the Aged Accounts Payable and Aged Accounts Receivable
Check if the report is available in the Object designer and if so check if that has been compiled. Recompile the report and check.
What report you are selecting ? what country version are you running ?
Check if the report is in complied state .If not then compile the report and check.
Hi,
It seems like the Code in your Action is pointing to the report that does not exist.
"In Standard NAV report 120 does not exist."
This kind of error occurs if the in C/AL code, the coder explicitly uses the report number to call the report from Action Event.
Solution: is to change the code and point the relevant report on the Action.
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156