web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

Is it possible to see the fields under a Business Process Flow in UCI instead of clicking it? (Like how it looks like on Legacy Web App)

(0) ShareShare
ReportReport
Posted on by 155

Hi Guys,

Just wanted to check if this is possible with customization and if it is how can i get it done?

I am currently switching our Legacy web app to UCI and see that on Business Process Flow for the UCI you have to click it to show the fields that are underneath it compared to the Legacy. 

eg. Legacy Web App.

pastedimage1599366855912v1.png

UCI

pastedimage1599366879230v2.png

I have to click the Proposed first to see info underneath it.

is there a way i can make it look like the one on Legacy Web App? or at least show the info without clicking it? Thanks

I have the same question (0)
  • Suggested answer
    Pankaj Gogoi Profile Picture
    3,177 on at

    Hello Jimmar,

    You can call this below function onLoad of the form.

    function expandBusinessProcess(executionContext){
        setTimeout(expandBusinessProcessDelay(executionContext),300)
    }
    
    function expandBusinessProcessDelay(executionContext){
        executionContext.getFormContext().ui.process!==null&&executionContext.getFormContext().ui.process.setDisplayState("expanded")
    }

    Ref : https://powerobjects.com/2015/06/23/collapsing-business-process-flows-in-dynamics-crm-20132015/

    Hope this helps

    Best Regards

    PG

  • Pankaj Gogoi Profile Picture
    3,177 on at

    Hi Jimmar,

    Were you able to resolve this issue? Please mark the thread as closed if it is resolved.

    Best Regards

    PG

  • Suggested answer
    Henry J. Profile Picture
    5,237 on at

    Hi Jimmar,

    There are multiple ways to achieve this with scripting:

    You can explore using docked mode to see the BPF stage as a side pane. We also have onStageChange (OnStageSelected) event handling that you can use to execute your callbacks.
    The selected stage can be retrieved using getSelectedStage and active stage using getActiveStage.

    Henry

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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
BillurSamdancioglu Profile Picture

BillurSamdancioglu 95 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 87 Super User 2025 Season 2

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans