Creating a new Dynamics AX user profile
The Role Center template that is used as the default for a user is associated with the user's profile. For a user to take advantage of the new Role Center that you build, you need to create a new user profile.
In this recipe, we will show you the steps that you need to perform to create a new user profile that is linked to a new Role Center template.
How to do it...
To create a new user profile, follow these steps:
First, you need to create a menu item for the Role Center within AOT. To do this, create a new development project for the menu item.
Within the project, add a new URL object from the Web group.
Give the object a name, label, and help text.
Within the URL field, type in the relative path for the Role Center that you created. It will probably be similar to the following:
/Enterprise Portal/RoleCenterName.aspx
.Also, make sure that you set the HomePage field to Yes.
Now we need to create a new user profile. From the System administration area page...