function onLoad_ChangeLabel() {
// get the value of field in variable
var lblIncomeField1 = Xrm.Page.getAttribute(“fieldname”).getValue();
// get the value of field in variable
var lblIncomeField1 = Xrm.Page.getAttribute(“fieldname”).getValue();
// value not equal to null
if (lblIncomeField1 != null) {
Xrm.Page.ui.controls.get(“Oldfieldname”).setLabel(newfieldname);
}
}
SOURCE : JUST2CODE.IN
Subscribe to our YouTube channel : https://www.youtube.com/user/TheRussell2012