Notifications
Announcements
No record found.
In this Blog, we will see how to Set Field Requirements Dynamically - JavaScript in MSCRM/Dataverse
if (formContext.getAttribute("bosch_booleanfield").getValue() == true) { formContext.getAttribute("bosch_enabledisablefield").setRequiredLevel("none"); } else if (formContext.getAttribute("bosch_booleanfield").getValue() == false) { formContext.getAttribute("bosch_enabledisablefield").setRequiredLevel("required"); }
*This post is locked for comments
*This post is locked for comments