Announcements
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
Hi Aarnav,
In fact, you only need to click once:
You don't need to click again when you move to the next stage:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,186 Super User 2024 Season 2
Martin Dráb 227,996 Super User 2024 Season 2
nmaenpaa 101,148