Skip to main content

Notifications

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

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: possible BPF(Business Process Flow) customization

    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

  • chauhanhardik Profile Picture
    687 on at
    RE: possible BPF(Business Process Flow) customization

    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
    RE: Rename BPF Next Stage button

    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
    RE: Rename BPF Next Stage button

    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
    Burhan Gillani Profile Picture
    25 on at
    RE: Rename BPF Next Stage button

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

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Eugen Podkorytov Profile Picture

Eugen Podkorytov 106

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 106 Most Valuable Professional

Overall leaderboard

Product updates

Dynamics 365 release plans