Think Dynamic, Do Dynamic Microsoft Dynamic CE | Powerapps || Dynamic CRM || Power Apps || Power Platform

Monday, 6 July 2020

How to Lock Business Process field | Dynamics CRM 365

How to Lock Business process field lock | Dynamics CRM BPF field lock using javascript

In this blog, you will learn how to lock business process field dynamics CRM 365.
Here is the javascript sample code:

function bfffieldlock(executionContext) {
     var formContext = executionContext.getFormContext();
    formContext.getControl("header_process_vwi_outcome").setDisabled(true);
    formContext.getControl("header_process_vwi_opinionstatus").setDisabled(true);
    formContext.getControl("header_process_vwi_recommendedsettlement1la").setDisabled(true);
    formContext.getControl("header_process_vwi_opinionstatus").setDisabled(true);
}

No comments:

Post a Comment

Popular Posts

Featured post

Understanding Dataverse MCP vs Power Apps MCP – Quick Review

  Understanding Dataverse MCP vs Power Apps MCP – Quick Review Model Context Protocol (MCP) has quickly become one of the hottest topics in ...

Post Top Ad

Your Ad Spot

Pages