When you are developing pages, you may want to see how the pages look in the RoleTailored client. You can run and view a RoleTailored client page from Object Designer in the Classic client, or you can use command-line arguments at the command prompt, in the Run window, or in a browser. For each method, the RoleTailored client starts and opens the selected page. For command-line arguments, you have various options for opening the RoleTailored client and its pages in different modes. For example, you can specify a specific server or specific language, or you can create hyperlinks to specific pages in Microsoft Dynamics NAV. For more information, see Starting the RoleTailored Client from a Command Prompt and Creating and Running Hyperlinks.

NoteNote

ConfirmationDialog pages cannot be run and previewed by using the methods described in this topic. You can only view ConfirmationDialog pages by invoking them in the RoleTailored client.

To run a page from Object Designer

  1. Open the Classic Client.

  2. On the Tools menu, click Object Designer, and then click Page.

  3. Select the page that you want to view, and then click Run.

NoteNote

This Run button is only supported by Microsoft Dynamics NAV 2009 SP1.

To run a page at the command prompt

  1. At the command prompt, change to the RoleTailored client directory with the following cd command:

      CopyCode imageCopy Code
    cd C:\Program Files\Microsoft Dynamics NAV\60\RoleTailored Client
    
  2. Type the following command:

      CopyCode imageCopy Code
    Microsoft.Dynamics.Nav.Client.exe Dynamicsnav:////runpage?page=nn
    

    Substitute nn with the ID of the page that you want to view.

  3. Press ENTER.

    The RoleTailored client opens and displays the page.

To run a page from the Run window

  1. On the taskbar, click Start, and then click Run.

  2. In the Run window, type the following command:

      CopyCode imageCopy Code
    Microsoft.Dynamics.Nav.Client.exe Dynamicsnav:////runpage?page=nn
    

    Substitute nn with the ID of the page that you want to view.

  3. Click OK.

    The RoleTailored client opens and displays the page.

To run a page from a browser

  1. Open the browser.

  2. In the address bar, type the following command:

      CopyCode imageCopy Code
    Dynamicsnav:////runpage?page=nn
    

    Substitute nn with the ID of the page that you want to view.

  3. Press Go.

    The RoleTailored client opens and displays the page.

See Also