hey guys,
trying to disable field onChange event by this code :
Xrm.Page.ui.tabs.sections.getControl('tab_4_section_1).setDisabled(true);
doesn't work :(
and the same to this similar logic using Xrm.Page Object mdoel
another attempt code :
Xrm.Page.ui.tabs.get('tab_4').setDisabled(false);
for disable a tab and again not working as well..
suggestions ?
*This post is locked for comments