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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

possible BPF(Business Process Flow) customization

(0) ShareShare
ReportReport
Posted on by 687

Hello Community,

I have 2 requirements on BPF and need your help with achieving these.

1) How to rename "Next Stage" button on BPF to something else?

2) Can we add any custom label to display some static text above data steps in BPF(in highlighted space)? refer below screenshot for better understanding.

3) Can we remove/hide BPF stage status (Active/Inactive)?

4) Can we hide stage time it shows after stage name?

6232.pastedimage1629298796878v1.png

Thanks,

Hardik Chauhan

I have the same question (0)
  • Suggested answer
    Burhan Gillani Profile Picture
    25 on at

    For Custom label, Create Text type field and then display on Form or Business Process Stage by Hiding caption or keeping caption field empty.

  • chauhanhardik Profile Picture
    687 on at

    Hi Burhan,

    I have added field on BPF, but not sure how this will help me achieve my requirement. because there is no option to hide lable or input box.

    If possible, please tell me steps needs to followed here.

    Regards,

    Hardik Chauhan

  • Suggested answer
    Community Member Profile Picture
    on at

    Hi,

    Both of your requirements are not supported by now. If you want to achieve this, you had to write Javascript.

  • chauhanhardik Profile Picture
    687 on at

    Thanks for the answer Steve. Any idea how to do it with JavaScript or any reference?

    Thanks,

    Hardik Chauhan

  • Suggested answer
    Community Member Profile Picture
    on at

    Hi,

    I created a on load event on my Opportunity and use the following code to change it. However, it can't work perfectly due to there is no function provided by Microsoft official documentation(formContext.data.process (Client API reference) in model-driven apps - Power Apps | Microsoft Docs) which can confirm the html of dialog has been added to body.

    So just for reference.

    function formOnLoad(executionContext){
        var formContext = executionContext.getFormContext();
        formContext.data.process.addOnStageSelected(changeButtonName);
    }
    
    function changeButtonName(){
        setTimeout(function(){
            parent.document.getElementById('MscrmControls.Containers.ProcessStageControl-Next Stage').innerText = "test";       
        },150)
    }
    

    Result:

    5700.pastedimage1629884039402v1.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

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 108 Super User 2025 Season 2

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 49 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans