How to assign a User Different Profiles based on Company

Hi,
In NAV2017, I would like to assign a different profile based on the selected company.
I modified the function CompanyOpen of the CodeUnit 1 (ApplicationManagement) but to make the changes effective, the client RTC needs to be restarted. Do you have a solution to my problem? or could you suggest a way to restart the client using C/Side code?

Thanks!

Comments

  • NavNabNavNab Member Posts: 181
    use this event OnAfterGetDefaultRoleCenter(DefaultRoleCenterID) from CU1
Sign In or Register to comment.