To configure a profile, you must open the RoleTailored client in configuration mode.

To open the RoleTailored client in configuration mode

  1. At the command prompt, navigate to the root folder of the RoleTailored client. For example:

      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 -configure -profile:profileid
    

    Replace profileid with the name of the profile that you want to configure.

    For example, to configure the Accounting Manager profile, use this command to open the RoleTailored client in configuration mode:

      CopyCode imageCopy Code
    Microsoft.Dynamics.Nav.Client.exe -configure -profile: "Accounting Manager"
    

See Also