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");
You can use following code to Fulfill Sales Order using JavaScript and WebApi: JavaScript var orderclose = { "subjec...
No comments:
Post a Comment