Tuesday, 25 April 2023

Change the field label on the form dynamics 365

 If you just want to change how the field is labeled on the form, you can do:

Xrm.Page.getControl("ControlName").setLabel("New Label");






var formContext = executionContext.getFormContext();


formContext.getControl("new_name").setLabel("Name");

No comments:

Post a Comment

Introduction to Dynamics 365 CE Data Migration using ADF

Dynamics 365 CE Data Migration using ADF can be necessary for various reasons, such as archiving historical data, integrating with other sys...