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

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

set mandatory or optional using javascript

(0) ShareShare
ReportReport
Posted on by

hi i have custom entity i want to set as manadatory to my required field by using java script can anyone help me

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Sreevalli Profile Picture
    3,256 on at
    RE: set mandatory or optional using javascript

    Hi,

    You can set the field mandatory with Business Rules, that will be more easy and fun if you are new to CRM or JS

    links for quick help,

    https://www.magnetismsolutions.com/blog/adammurchison/2017/09/15/how-to-create-business-rules-in-dynamics-365 

    https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/create-business-rules-recommendations-apply-logic-form 

  • Aric Levin - MVP Profile Picture
    30,190 Moderator on at
    RE: set mandatory or optional using javascript

    This is duplicated...

    community.dynamics.com/.../258673

  • Suggested answer
    Aric Levin - MVP Profile Picture
    30,190 Moderator on at
    RE: set mandatory or optional using javascript

    Hi Pradeep,

    You can use the set Required Level function of the getAttribute class, and pass parameters for none, recommended or required.

    Xrm.Page.getAttribute("new_myfield").setRequiredLevel("none"); //Not Required

    Xrm.Page.getAttribute("new_myfield").setRequiredLevel("recommended"); //Business Recommended

    Xrm.Page.getAttribute("new_myfield").setRequiredLevel("required"); // Business Required

    Hope this helps.

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Aric Levin - MVP Profile Picture

Aric Levin - MVP 2 Moderator

#2
MA-04060624-0 Profile Picture

MA-04060624-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans