web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Javascript to hide/show section

(0) ShareShare
ReportReport
Posted on by 70

I have the following code to hide/show a section but it's failing and I don't know why. Anyone able to help?

function showHideSection(){
	var type = Xrm.Page.getAttribute("new_digitalmarketingtype").getValue();
	
	if (type == 172960000){
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_3”).setVisible(false);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_7”).setVisible(true);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“SEO_SEM_MA”).setVisible(true);
	}
	else if (type ==100000000){
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_3”).setVisible(true);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_7”).setVisible(false);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“SEO_SEM_MA”).setVisible(false);
	}
	else{
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_3”).setVisible(false);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“section_7”).setVisible(false);
		Xrm.Page.ui.tabs.get(“DigitalMarketing”).sections.get(“SEO_SEM_MA”).setVisible(false);
	}
}

Getting this error. One of the scripts for this record has caused an error. For more details, download the log file.
ReferenceError: showHideSection is not defined at eval (eval at RunHandlerInternal (devarinet.crm.dynamics.com/.../ClientApiWrapper.aspx), <anonymous>:1:1)

*This post is locked for comments

I have the same question (0)
  • Verified answer
    jlattimer Profile Picture
    24,562 on at
    Are you positive that piece of code is included in a JS library included on the form you are testing and is published?

    Also not sure if it's just the formatting of that code in the post - but are your double quotes the straight ones or the curly ones?

    In the post they're curly but they need to be straight.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans