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");
The easiest way to identify the flows that trigger on a particular entity with its messages is to run a SQL query using the sql4cds tool i...
No comments:
Post a Comment