How to Hide/Rename the Department menu in NAv 2009 RTC?

chandrurec
Member Posts: 560
Hi all,
I have created a role center and I have tagged some particular pages and reports to be seen by that particular user.
But when I login this newly created role center, I am getting Departments option in Naviation so that the user is confused and the client is asking me to hide this option.
Is it possible to hide the Department in Navigation pane or rename it as Shortcut?
If anyone know how to hide/rename the department option in navigation pane in NAV 2009 RTC, Kindly tell me the steps to achieve this
Thanks in advance.
Regards,
Chandru.
I have created a role center and I have tagged some particular pages and reports to be seen by that particular user.
But when I login this newly created role center, I am getting Departments option in Naviation so that the user is confused and the client is asking me to hide this option.
Is it possible to hide the Department in Navigation pane or rename it as Shortcut?
If anyone know how to hide/rename the department option in navigation pane in NAV 2009 RTC, Kindly tell me the steps to achieve this
Thanks in advance.
Regards,
Chandru.
0
Comments
-
AFAIK, the "Department" menu cannot be hidden nor can it be renamed.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
-
hi,
MS released an hotfix last summer to addres this issue:
https://mbs.microsoft.com/customersourc ... ull-Screen Mode
and the hotfix download:
https://mbs2.microsoft.com/Knowledgebas ... moyrxpstpq
it allows you to open the RTC in Full Screen mode, with or without the Navigation Pane.
I have tried it in a production environment and it works fine.
Good luck with it.
Gulli0 -
Hi Gulli,
I have tried to download the hotfix and apply it in my NAV 2009 SP1. Then, in the command prompt I runMicrosoft.Dynamics.Nav.Client.exe –ShowNavigationpage:0
. But it show me :
Microsoft Dynamics NAV
Invalid URI: The URI scheme is not valid.
OK
Could you help me to solve this? Thanks beforeBest regards,
Johanna0 -
Joanna,
This seems not to work from the command prompt.
Try to do it from a shortcut:
-Create a shortcut for the application
-add the 'shownavigationpage:0' to the string.
The same applies for starting the RTC in config mode.
Good luck with it.
g0 -
Thanks Gulli,
I have tried your suggestion. I have created shortcut of RTC and add "–ShowNavigationpage:0" to the string. But, when I click this shortcut, I got the same error message like before:
Microsoft Dynamics NAV
Invalid URI: The URI scheme is not valid.
OKBest regards,
Johanna0 -
To openthe RoleTailored client in full-screen mode without the navigation window, enter the following command at the command prompt:Microsoft.Dynamics.Nav.Client.Exe –Fullscreen0
-
Johanna,
Did you also change the registry settings as specified in the document accompanying the Hotfix?
To change the DynamicsNAV protocol so that pages open without the navigation window
1. Run Regedit.exe with administrator permissions, and then locate the following key:
HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open\Command
2. In the Default value, change the path to the RoleTailored client from:
C:\....\Microsoft.Dynamics.Nav.Client.exe "%1"
to:
C:\....\Microsoft.Dynamics.Nav.Client.exe –ShowNavigationPage:0 "%1"
Try to open a specific page with no Navigation pane (in this example p50005):
-ShowNavigationPage:0 "DynamicsNAV:////Runpage?Page=50005"
G0 -
In Dynamics NAV R2 you can configure "Departments" away. Create a profile (or use on the existing) and remove departments. If you do not want the user to add it again you can use startup parm /disablepersonalization to prevent the user from doing any personalization afterwards.
Troels Bent Hansen
Senior Program Manager
Microsoft Dynamics NAV
****** This posting is provided "AS IS" with no warranties, and confers no rights ******0 -
Troelsh wrote:In Dynamics NAV R2 you can configure "Departments" away. Create a profile (or use on the existing) and remove departments. If you do not want the user to add it again you can use startup parm /disablepersonalization to prevent the user from doing any personalization afterwards.
How to remove departments?
is it the same fullscreen mode or something else?
is there any document or blog to do this?0 -
johanna wrote:Hi Gulli,
I have tried to download the hotfix and apply it in my NAV 2009 SP1. Then, in the command prompt I runMicrosoft.Dynamics.Nav.Client.exe –ShowNavigationpage:0
. But it show me :
Microsoft Dynamics NAV
Invalid URI: The URI scheme is not valid.
OK
Could you help me to solve this? Thanks before
The dash character in your command line in front of 'Fullscreen' is not a regular dash but unicode character 2013.
If you use normal dash (Minus sign), in "-Fullscreen" your commandline should work just fine.0 -
mohana_cse06 wrote:How to remove departments?
https://community.dynamics.com/product/ ... 50294.aspx0 -
matttrax wrote:mohana_cse06 wrote:How to remove departments?
https://community.dynamics.com/product/ ... 50294.aspx
Thanks alot..
Its worked perfectly..attached the screenshot
0 -
gulliG wrote:Johanna,
Did you also change the registry settings as specified in the document accompanying the Hotfix?
To change the DynamicsNAV protocol so that pages open without the navigation window
1. Run Regedit.exe with administrator permissions, and then locate the following key:
HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open\Command
2. In the Default value, change the path to the RoleTailored client from:
C:\....\Microsoft.Dynamics.Nav.Client.exe "%1"
to:
C:\....\Microsoft.Dynamics.Nav.Client.exe –ShowNavigationPage:0 "%1"
Try to open a specific page with no Navigation pane (in this example p50005):
-ShowNavigationPage:0 "DynamicsNAV:////Runpage?Page=50005"
G
Thanks Gulli,
I have tried to added "-ShowNavigationPage:0" in Regedit and result the same error like before (Invalid URI: The URI scheme is not valid.)Best regards,
Johanna0 -
johanna wrote:
Thanks Gulli,
I have tried to added "-ShowNavigationPage:0" in Regedit and result the same error like before (Invalid URI: The URI scheme is not valid.)
Did you try this?The dash character in your command line in front of 'Fullscreen' is not a regular dash but unicode character 2013.
If you use normal dash (Minus sign), in "-Fullscreen" your commandline should work just fine.
BTW,
microsoft has released a HF to remove departments.
https://community.dynamics.com/product/nav/f/34/t/50294.aspx
try this..its working fine as i shown the screenshot..0 -
mohana_cse06 wrote:johanna wrote:Hi Gulli,
I have tried to download the hotfix and apply it in my NAV 2009 SP1. Then, in the command prompt I runMicrosoft.Dynamics.Nav.Client.exe –ShowNavigationpage:0
. But it show me :
Microsoft Dynamics NAV
Invalid URI: The URI scheme is not valid.
OK
Could you help me to solve this? Thanks before
The dash character in your command line in front of 'Fullscreen' is not a regular dash but unicode character 2013.
If you use normal dash (Minus sign), in "-Fullscreen" your commandline should work just fine.
Thanks Mohana
I added "–ShowNavigationpage:0" with copy-paste so it result error "Invalid URI: The URI scheme is not valid.". After I change the "-" with minus sign, the error "Invalid URI: The URI scheme is not valid." is not appear. But there is new error "No page, report, or navigation has been specified in the uri."
Do you have any idea to solve this ?Best regards,
Johanna0 -
johanna wrote:Thanks Mohana
I added "–ShowNavigationpage:0" with copy-paste so it result error "Invalid URI: The URI scheme is not valid.". After I change the "-" with minus sign, the error "Invalid URI: The URI scheme is not valid." is not appear. But there is new error "No page, report, or navigation has been specified in the uri."
Do you have any idea to solve this ?
Try thisMicrosoft.Dynamics.Nav.Client.exe -Fullscreen "DynamicsNAV:////RunPage?Page=9006"
0 -
mohana_cse06 wrote:To openthe RoleTailored client in full-screen mode without the navigation window, enter the following command at the command prompt:Microsoft.Dynamics.Nav.Client.Exe –Fullscreen
Thanks Mohana,
I have tried your suggestion to use full-screen mode tooMicrosoft.Dynamics.Nav.Client.Exe –Fullscreen
Then, RTC is run in full-screen mode but what do you mean with "without the navigation window" ? Because I still see the search box and Navigation Pane (Home, Posted Documents, Departments)Best regards,
Johanna0 -
johanna wrote:Thanks Mohana,
I have tried your suggestion to use full-screen mode too and it works without any error
Then, RTC is run in full-screen mode but what do you mean with "without the navigation window" ? Because I still see the search box and Navigation Pane (Home, Posted Documents, Departments)Microsoft.Dynamics.Nav.Client.exe -Fullscreen "DynamicsNAV:////RunPage?Page=9006"
0 -
Hi mohana_cse06,
The link which You have sent for Department HF is not opening.
Can u send correct link once again?
Thanks & Regards,
chandru.0 -
chandrurec wrote:Hi mohana_cse06,
The link which You have sent for Department HF is not opening.
Can u send correct link once again?
Thanks & Regards,
chandru.
https://community.dynamics.com/product/nav/f/34/t/50294.aspx
OR
https://mbs.microsoft.com/partnersource/deployment/documentation/howtoarticles/NAV2009DisablePersonalization0 -
I have triedMicrosoft.Dynamics.Nav.Client.exe -Fullscreen "DynamicsNAV:////RunPage?Page=9006"Best regards,
Johanna0 -
mohana_cse06 wrote:matttrax wrote:mohana_cse06 wrote:How to remove departments?
https://community.dynamics.com/product/ ... 50294.aspx
Thanks alot..
Its worked perfectly..attached the screenshot
Wow, that is works for me too in NAV 2009 R2
Thanks a lot!Best regards,
Johanna0 -
Hi mohana_cse06,
I went to role center page and then click on Customize Navigation pane option, then selected the department. But when I select the departmen option , the Remove command button is in disabled mode.How to enable this Remove command button after I select the department option.
Kindly tell me the solution if you know.
Thanks in advance.
Regards,
chandru.0 -
chandrurec wrote:Hi mohana_cse06,
I went to role center page and then click on Customize Navigation pane option, then selected the department. But when I select the departmen option , the Remove command button is in disabled mode.How to enable this Remove command button after I select the department option.
Kindly tell me the solution if you know.
Thanks in advance.
Regards,
chandru.
Did you apply the HF which i have mentioned above?0 -
Hi mohana_cse06,
I cant find the hotfix in the above mentioned link.I can only find the steps.
Kindly send me the link from where I can find the hotfix coding so that I can incorporate and check.
Thanks & Regards,
chandru.0 -
chandrurec wrote:Hi mohana_cse06,
I cant find the hotfix in the above mentioned link.I can only find the steps.
Kindly send me the link from where I can find the hotfix coding so that I can incorporate and check.
Thanks & Regards,
chandru.
If you are a partner, you can download the HF from below link.
https://mbs.microsoft.com/partnersource/deployment/documentation/howtoarticles/NAV2009DisablePersonalization
This path is mentioned in above link also0 -
Hi Mohana,
I tried but could not get it . can U share ur gmail id ?
Regards,
chandru.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions