2

How can i change users deparments in Microsoft Dynamics NAV RoleTailored Client, say i want to put myself in the [Purchase] department.

Please help.

Matt
  • 4,656
  • 1
  • 22
  • 32
Zee99
  • 1,194
  • 2
  • 23
  • 46
  • 1
    I doubt you will find much of a response to NAV questions on Stackoverflow.com -- you will have much better luck in asking your question on a site that focuses specifically on NAV configuration and development, such as www.mibuso.com – George Johnston Aug 02 '10 at 14:32
  • Mibuso would greatly benefit from the infrastructure of Stack Overflow. Trawling through forums is time consuming. I'm all for promoting the dynamics-nav tag on Stack Overflow and the Area51 proposal for Microsoft Dynamics. – Jake Edwards Apr 04 '12 at 00:37

1 Answers1

2

In the RoleTailored Client, if you go into Departments->Administration->RoleTailored Client->User Personalization you can specify which role center each user has. From here, you can give yourself the Purchasing Agent role, for example.

You can do this programmatically from AL by manipulating table 20000000073: User Personalization.

In RoleTailored client it is not possible to change the departments menu itself. The idea is that you create a role center based on the pages and reports the user needs most frequently.

Alex Peck
  • 4,603
  • 1
  • 33
  • 37