Creating a user on NAV
Creating a user is a very important activity. In this recipe, we will create one user and assign it a role.
How to do it...
Start the
RoleTailored
client
and navigate to Departments | Administration | IT Administration | General | Users.From the list page, navigate to Actions | New. You will see a window similar to the one shown in the following screenshot:
From the Windows Authentication fast tab, select the assist edit button in the Windows User Name field.
It will open a window to run a search for the windows user account.
Enter the username and click on Check Names. Then, after getting the desired user account, click on OK.
In License Type, select Full User.
Set State as Enabled.
Provide 31/12/2013 as Expiry Date.
Go to the User Permission Sets fast tab and assign the SUPER role to the user.
Click on OK to close the user creation page.
How it works...
The Microsoft Dynamics NAV 2013 supports four credential authorization systems: Windows
, UserName
, NavUserPassword
, and...