Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

CRM 365 is it possible to make field read only on Business Process Flow.

Posted on by

Hello All Experts,

How to handle the above scenario?

i want to the field to be read only to the user on business process flow and the value needs to be changed only when the form loads and when user clicks on Next Stage or Previous Stage button.

*This post is locked for comments

  • Suggested answer
    gdas Profile Picture
    gdas 50,085 on at
    RE: CRM 365 is it possible to make field read only on Business Process Flow.

    Hi,

    Try with this  - 

    function Form_OnloadBPF() {
        Xrm.Page.data.process.addOnStageChange(checkSelectedStage);
    }
    
    function checkSelectedStage() {
        if (Xrm.Page.getControl("header_process_FieldName") != null) {
            Xrm.Page.getControl("header_process_FieldName").setDisabled(true); // Replace only FieldName 
            Xrm.Page.getAttribute("header_process_FieldName").setSubmitMode("always");// This is important step. Replace only FieldName 
        }
    }


  • Verified answer
    Alex Fun Wei Jie Profile Picture
    Alex Fun Wei Jie 33,626 on at
    RE: CRM 365 is it possible to make field read only on Business Process Flow.

    Hi,

    you can use JS to achieve

    www.inogic.com/.../how-to-apply-script-on-header-fields-and-bpf-fields

    you can register the function using addOnStageChange. This will trigger the function when user click next stage or previous stage.

    V9 docs.microsoft.com/.../addonstagechange

    V8 https://msdn.microsoft.com/en-us/library/dn817878.aspx

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans