JavaScript for fields in Business Process Flow (few key points)– Dataverse / Dynamics 365
Suppose we have the following fields in the form as well as in the business process flow stage for the lead. And let us apply the below JavaScript on the form load. On opening the lead form below is the result we get. formContext. getControl(“leadqualitycode”).setVisible(true); Sets the Rating field visible on the form. formContext. getControl(“header_process_leadqualitycode”).setVisible(false); … Continue reading "JavaScript for fields in Business Process Flow (few key points)– Dataverse / Dynamics 365"
Published on:
Learn more