Skip to main content

Notifications

Dynamics 365 Community / Forums / Sales forum / Hide BPF stage flyout
Sales forum
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

Categories:
  • 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

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Dynamics 365 Community Newsletter - August 2024

Catch up on the latest D365 Community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,186 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 227,996 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans