Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Hide / Show tab JavaScript

Posted on by 1,795

Hi,

I've developed some JavaScript to show a tab if the 'parent worksheet' Field does not contain data. Else show the tab. I must have made a mistake because I keep getting Script errors. Any help would be appreciated.:

function hideComponent()

var parentWorksheet = Xrm.Page.getAttribute("new_parentworksheet").getValue();
if(parentWorksheet == null)
{
Xrm.Page.ui.tabs.get("tab_11").setVisible(false);
}
else
{
Xrm.Page.ui.tabs.get("tab_11").setVisible(true);
}

I've set this to run onLoad of the Form, referencing the function as 'hideComponent'

*This post is locked for comments

  • shriti Profile Picture
    shriti 10 on at
    RE: Hide / Show tab JavaScript

    thanks It works:)

  • Saddamk206 Profile Picture
    Saddamk206 777 on at
    RE: Hide / Show tab JavaScript

    Hi, 

    We can use these code for hiding/show tab:-

     

    Hide :-

    Xrm.Page.ui.tabs.get("TabName").setVisible(false);

    Show :- 

    Xrm.Page.ui.tabs.get("TabName").setVisible(true);

     

  • JDMCRM Profile Picture
    JDMCRM 1,795 on at
    RE: Hide / Show tab JavaScript

    Thank you! That's done it :)

  • Verified answer
    Guido Preite Profile Picture
    Guido Preite 54,081 Super User 2024 Season 1 on at
    RE: Hide / Show tab JavaScript

    in your code you are missing the { } for the function

    needs to be

    function hideComponent() {

    // your code here

    }

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,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans