- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 12:07 PM
Hi,
I have a requirement that only "assigned to" and "project manager " should be able to edit actual start and end date in project task form. Please some one let me know how can I achieve that.
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:24 AM
Hi @Yamja,
Use this
answer = (current.assigned_to == gs.getUserID) || gs.hasRole('project_manager');
Please Mark answer correct if it helped.
Kumud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:24 AM
Hi @Yamja,
Use this
answer = (current.assigned_to == gs.getUserID) || gs.hasRole('project_manager');
Please Mark answer correct if it helped.
Kumud