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

Announcements

News and Announcements icon
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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Hamza H Profile Picture

Hamza H 142 Super User 2026 Season 1

#2
Nagaraju_Matta Profile Picture

Nagaraju_Matta 128

#3
11manish Profile Picture

11manish 121

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans