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");
Rollup columns have been around since the dawn of time CRM. They are a great way to aggregate data across a hierarchy of data such as to...
No comments:
Post a Comment