Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

Hide BPF stage flyout

Posted on by 125

Hi all,

I want to utilise BPF stages but hide the flyout (fiels on each stage) and use the fields on the form so the fields get more space. Is is possible to hide the flyout when a stage is clicked?

I have tried below code to inject CSS to hide the flyout but it has no effect.

 //on form load
 Xrm.Page.data.process.addOnStageSelected(HideFlyout);
 
function HideFlyout(){
var style = document.createElement('style');
style.innerHTML = '[id^="MscrmControls.Containers.ProcessStageControl-processHeaderStageFlyout_"]{display:none;}';
document.getElementsByTagName('head')[0].appendChild(style);

}

thanks

  • Suggested answer
    Haig Liu Profile Picture
    Haig Liu Microsoft Employee on at
    RE: Hide BPF stage flyout

    Hi Aarnav,

    In fact, you only need to click once:

    pastedimage1672800901242v1.png

    You don't need to click again when you move to the next stage:

    pastedimage1672800952307v2.png

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans