Using multiple options to run the page
During development or the testing phase we may need to run the page individually. This recipe has multiple subrecipes that will demonstrate the options to run the Customer Card page.
How to do it...
While using Object Designer, perform the following steps:
Open Microsoft Dynamics NAV development environment.
Go to the Tools menu, choose Object Designer, and then choose Page.
From the page list, select page
21
(Customer Card
) and then click on Run.
While using the command prompt, perform the following steps:
In the command prompt window, select the
RoleTailored Client
directory by using theCD
command.CD C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client
Use the following command:
Microsoft.Dynamics.Nav.Client.exe Dynamicsnav:////runpage?page=21
While using the Run window, perform the following steps:
On the taskbar, choose Start and then choose Run.
In the Run window, type the following command:
Microsoft.Dynamics.Nav.Client.exe Dynamicsnav...