restrict the task state on assigned to field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 05:17 AM
we are making task state editable on below conditions only on top of we need add assigned to is current logged in user then only can edit the state field
tried wit run script in true section not working and assigned to dynamic (me) as well
if (current.assigned_to == gs.getUserID()) {
g_form.setReadOnly('state', false); // Make editable
} else {
g_form.setReadOnly('state', true); // Make read-only
}
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 05:18 AM
action: