Loading...

JavaScript for fields in Business Process Flow (few key points)– Dataverse / Dynamics 365

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
Nishant Rana's Weblog – Everything related to Microsoft .NET Technology
Nishant Rana's Weblog – Everything related to Microsoft .NET Technology

Everything related to Microsoft .NET Technology

Share post:

Related posts

Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy