Skip to main content

Notifications

Microsoft Dynamics 365 | Integration, Dataverse...
Answered

javascript giving error

Posted on by 2

Hi,

I am hiding fields based on optionset value.Even business rule is not working 

if(value == 920000000)
{
formContext.getAttribute("changingsegmentfrom").setVisible(false);
formContext.getAttribute("changingsegmentto").setVisible(false);
formContext.getAttribute("custid").setVisible(false);
formContext.getAttribute("iscurrentteam").setVisible(false);
formContext.getAttribute("quarterin").setVisible(false);
}

Getting the below error

TypeError: Cannot read properties of null (reading 'setVisible')

  • Suggested answer
    Flydancer Profile Picture
    Flydancer 1,332 on at
    RE: javascript giving error

    Re-check the internal names of the fields, probably you're missing the prefix like "new_custid" or something like that

  • Verified answer
    Guido Preite Profile Picture
    Guido Preite 54,081 Super User 2024 Season 1 on at
    RE: javascript giving error

    one of the field names is not correct or not added to the form

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 229,918 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans