Hi,
I am trying to open one report from web part and I have set Action for it.
But in sharepoint I am getting this error while executing report
Navision error (10500): This message is for C/AL programmers: This Automation variable has not been instantiated. You can instantiate it by either creating or assigning it.
What cause this error?
Regards,
Naimish Dave
Naimish Dave
(Software Engineer)
0
Comments
first, you have to do CREATE(variable_name) before any referencing to that variable.
I have done it, I forget to mention table no
Thanks,
With Best Regards,
Naimish Dave
(Software Engineer)
Can you please explain where you have declared that variable.
Thanks in advance
first, you have to do CREATE(variable_name) before any referencing to that variable.