Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to Hide/Show the Tab on Portal Entity Forms

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Everyone,

Please let me know the syntax to hide and show the tab on CRM Portal form

Thanks

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to Hide/Show the Tab on Portal Entity Forms

    Thanks Arpit. Its working

  • Verified answer
    Arpit Shrivastava Profile Picture
    Arpit Shrivastava 7,518 User Group Leader on at
    RE: How to Hide/Show the Tab on Portal Entity Forms

    Hey Rohini ,

    Please check below syntax:

    Hide Tab-

    var tab = $('table[data-name="section_name"]').closest('.tab');
    var label = tab.prev('.tab-title');
    tab.hide();
    label.hide();

    Show Tab-

    var tab = $('table[data-name="section_name"]').closest('.tab');
    var label = tab.prev('.tab-title');
    tab.hide();
    label.show();


    If found useful, please mark the answer as verified.


    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.com

     

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans