Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Answered

javascript giving error

(0) ShareShare
ReportReport
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,087 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

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 Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans