locked
Hiding sub-accounts in Accounts view RRS feed

  • Question

  • All,

    I would like to do two things:

    1. Hide sub-accounts in the accounts view

    2. When clicking on the "preview" arrow in the account view, i'd like to sub accounts to appear.

    Is this possible?

    Best Regards,

    Stein Erik Maurice

    Thursday, June 24, 2010 11:31 AM

Answers

All replies

  • Hi, to  hide the left navigation  pane,  use  the below code. You will  need  to find the ID of the left navigation node, If you  are  using  IE8,  simply press F12, it will open developer tool bar, then Search the elemnt by "Search Element  by Click" and it will show you the ID of the node. as shown  below  in the diagram.

    http://malikhan.files.wordpress.com/2010/02/image22.png

    document.getElementById("%variableName%").style.display = "none"

    For more detals, see this.

    http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/bc536fe9-d30c-4d78-907c-2b1d0d294277

    The 2nd question  i didn't understand, what you mean by "Preview Arrow"???

     


    Muhammad Ali Khan
    http://malikhan.wordpress.com
    Thursday, June 24, 2010 11:45 AM
  • Muhammad,

    The second questions in more details:

    When viewing accounts, there is a small arrow/icon to the left of the account icon that says "click to preview".

    Right now, is opens a small "windows" that lists "street 1", "street 2" etc.

    I would like it to list sub accounts.

    SE

    Thursday, June 24, 2010 12:36 PM
  • Hi,

    1. Hide sub-accounts in the accounts view (from which which view ??)

    2. you can't add subaccount field in Account's Preview.


    Mahain
    Thursday, June 24, 2010 12:44 PM
    Moderator
  • 1. Hide sub-accounts in the accounts view (from which which view ??)

    The view that appears when you click Accounts in the left hand menu.

    SE

    Thursday, June 24, 2010 12:51 PM
  • Hi,

    "When viewing accounts, there is a small arrow/icon to the left of the account icon that says "click to preview".

    Right now, is opens a small "windows" that lists "street 1", "street 2" etc.

    I would like it to list sub accounts."

    I am not  sure whether this  will be possible, as the previw only shows  the fields  from  the entity "Account" and i don't think  it will show sub-accounts or other entities fields.


    Muhammad Ali Khan
    http://malikhan.wordpress.com
    Thursday, June 24, 2010 12:54 PM