DYNAMICS 365 AUTOMATICALLY EXPAND COLLAPSE BUSINESS PROCESS FLOW IN JAVASCRIPT
If you're looking to enhance the user experience in Dynamics 365, you can dynamically show and hide the business process flow whenever it is needed. Dynamics 365's business process flows are designed to lead users through the same steps in order to achieve a specific operation, and its default setting is collapsed. To expand or collapse the business process flow (BPF) in Javascript, you can use the setDisplayState API client function; setting it to "collapsed" will show the BPF as collapsed, "expanded" will display it as expanded, and "floating" will show it as floating. Do note, however, that if you are using the Classic interface, the floating state is not supported. Check out the blog post linked for more information on improving Dynamics 365 user experience and event handlers for BPFs.
Published on:
Learn moreRelated posts
HOW TO GET MICROSOFT DYNAMICS 365 FORM TYPE IN JAVASCRIPT
If you're working on forms within Microsoft Dynamics 365 and seeking to understand how to create different types of forms - such as Main Form,...
DISABLE ALL FORM FIELDS IN DYNAMICS 365 USING JAVASCRIPT
If you're working with Dynamics 365 and need to disable all form fields using JavaScript, this article has got you covered. There are three op...
ACCESS FIELDS OF QUICK VIEW FORM THROUGH JAVASCRIPT IN DYNAMICS 365
Quick view controls are a common feature of Power Apps that allow you to display specific information about a selected record in a lookup fiel...
Dynamics 365 Unified Interface – Grid columns shrink when selecting a row
A recent service update for Dynamics 365 Unified Interface has caused an issue where grid columns shrink when selecting a row. This was due to...
Free Webinar Friday: Moving to the Unified Interface
Join this free webinar on moving to the Unified Interface to get a better understanding of the highlights and available resources to help you ...
DYNAMICS 365 FORM NOTIFICATION AND FIELD NOTIFICATION
If you're working with Dynamics 365 forms, this tutorial is your gateway to understanding how to use notifications effectively. Notifications ...
Display in-app notification Dynamics 365 using JavaScript and Power automate flow
This post is about displaying in-app notifications in Dynamics 365 using JavaScript and Power Automate flow. With this functionality, you can ...
Power Platform Unified Interface 2020 Wave 1 Release Grid Enhancements
This video discusses the new features and enhancements included in the 2020 Wave 1 Release of Power Platform's Unified Interface Grid. These i...
The Curious Case of the Missing Application User View (Dynamics 365 / Microsoft Dataverse)
If you've been working with Dynamics 365 Customer Engagement / Microsoft Dataverse Application Users, this post may provide useful information...