Skip to main content

Notifications

Announcements

No record found.

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

  • Suggested answer
    Henry J. Profile Picture
    Henry J. 5,237 on at
    RE: 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)

    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

  • Pankaj Gogoi Profile Picture
    Pankaj Gogoi 3,177 on at
    RE: 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)

    Hi Jimmar,

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

    Best Regards

    PG

  • Suggested answer
    Pankaj Gogoi Profile Picture
    Pankaj Gogoi 3,177 on at
    RE: 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)

    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

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,759 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,468 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans