Add the prefix 'header_process_' of the field schema name 'new_testfield' and use the below script for disabling the field using javascript:
Xrm.Page.getControl('header_process_new_testfield').setDisabled(true);
Thanks
Narendra
Xrm.Page.getControl('header_process_new_testfield').setDisabled(true);
Thanks
Narendra
No comments:
Post a Comment