Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2020 06:30 AM
Hi
I've started with this:
function onCondition() {
if(g_user.hasRoleExactly('test_read_only'))
g_form.setMandatory('name', false);
g_form.setReadOnly('name', true);
}