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");
Introduction: The Kanban Board App Developers at a software company use the Kanban board to show their progress on development tasks and b...
No comments:
Post a Comment