CRM 4 - Re-arranging NavBarItem in "Account" form

Answered CRM 4 - Re-arranging NavBarItem in "Account" form

  • Thursday, March 27, 2008 10:55 PM
     
     
    Is there any way to re-arrange NavBarItem(s) in "Account" form using the ISV.config file? We need to re-arrange the NavBarItem(s) like "Information", "Activities", "Custom Item1", "Custom Item2", "History", "Sub-Accounts", bla bla...

All Replies

  • Friday, March 28, 2008 9:35 AM
    Moderator
     
     Answered

    Unofrtunately not. ISV.config can only be used to add new items, not to re-arrange built-in ones. It would be possible to do this with javascript in the form_load event, but this is unsupported 

  • Friday, March 28, 2008 9:44 AM
     
     Answered

    Hi.

     

    You can replicate <Create new> the existing left navigation links and use a simple hiding script for the existing ones.

    Hiding Left nav links:

    document.all.[nav id].style.display = 'none';

     

    Cheers,

    Adi

     

  • Friday, March 28, 2008 10:12 AM
     
     
    Hi David,

    Thanks for the info... Will give it a try... Smile
  • Friday, March 28, 2008 10:14 AM
     
     
    Hi Adi,

    Thanks for the info... Tried adding few "New" links but in the "Accounts" area the "New" links has been added just above the "Workflows" not able to add them after the workflows too... Sad Any how no issues will try again...