Using multiple options to run a report
During the development or testing phase, we may need to run a report individually. This recipe has multiple subrecipes that will demonstrate options to run the Customer – List
report.
How to do it...
Open Microsoft Dynamics NAV Development Environment.
From the Tools menu, choose Object Designer and then choose Report.
Select the report
101, Customer - List
and then choose Run.Firstly using command prompt, in the command prompt window, select
RoleTailored client
directory by using theCD
command:CD C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client
Secondly, use the following command:
Microsoft.Dynamics.Nav.Client.exe Dynamicsnav:////runreport?report = 101
Firstly, using the Run window, on the taskbar, choose Start, and then choose Run. In the Run window, type the following command:
Microsoft.Dynamics.Nav.Client.exe Dynamicsnav:////runreport?Report =101
secondly, choose OK.
Using browser – Open the browser. In the address bar, type the...