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
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
This is duplicated...
community.dynamics.com/.../258673
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Aric Levin - MVP 2 Moderator
MA-04060624-0 1