g_form.setReadOnly() not working in client script in application scope
I have developed a onLoad client script in application scope. It was working fine when I run it in global , but in application scope following commands are not working: g_form.setReadOnly('owned_by', true);g_form.setReadOnly('sys_user', true); is the...
