Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Hide activity pane

Posted on by 160

How to hide activity pane in dynamics 365 in a supported way. 

*This post is locked for comments

  • Suggested answer
    sandeepstw Profile Picture
    sandeepstw 4,601 on at
    RE: Hide activity pane

    Hi,

    Please refer this link

    community.dynamics.com/.../quick-tip-turn-activity-feed-posts-off-in-dynamics

  • chauhanhardik Profile Picture
    chauhanhardik 685 on at
    RE: Hide activity pane

    Above code will only hide the Activities section. I think there's no other way to hide that. If you came around the other way please let me know about it.

    Regards,

    Hardik Chauhan

  • Sanket87 Profile Picture
    Sanket87 160 on at
    RE: Hide activity pane

    I am looking for a supported way not getElementId

  • Sanket87 Profile Picture
    Sanket87 160 on at
    RE: Hide activity pane

    I want to hide only activities not notes. Notes should be there only activities should be hidden

  • Suggested answer
    chauhanhardik Profile Picture
    chauhanhardik 685 on at
    RE: Hide activity pane

    Hi sanket,

    Please add below script on form OnLoad event, it will hide the Activities pane.

    function HideActivities()

    {

    var ctrlElement = document.getElementById("header_notescontrol");

    if (ctrlElement.children != null && ctrlElement.children.length > 0)

    {

    for (var ele = 0; ele < ctrlElement.children.length; ele++)

    {

    var ctrl = ctrlElement.children[ele];

    if (ctrl.title == "ACTIVITIES")

    {

    ctrl.style.display = "none";

    if (ele + 1 < ctrlElement.children.length)

    {

    ctrlElement.children[ele + 1].click();

    return;

    }

    else if ((ele - 1) >= 0)

    {

    ctrlElement.children[ele - 1].click();

    return;

    }

    }

    }

    }

    }

    Regards,

    Hardik Chauhan

  • Suggested answer
    Mahendar Pal Profile Picture
    Mahendar Pal 45,095 on at
    RE: Hide activity pane

    Hello Sanket87,

    In additioan to that if you are looking for hiding any particular tab in social pane then you can't do that. You can hide it as suggested or remove it completly from them form (you can add it later if required).

  • Suggested answer
    Atilla Profile Picture
    Atilla 145 on at
    RE: Hide activity pane

    Hello Sanket87, From the form customization, you can hide Social Pane Section.

    2018_2D00_06_2D00_05_5F00_13_2D00_49_2D00_28.jpg

    2018_2D00_06_2D00_05_5F00_13_2D00_44_2D00_51.jpg

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans