State of Project can only change by the particular manager of the project only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 02:50 AM
Hi All,
Actually on the project , the some fields are read only for Project manager, so now , now we want to give him a access to state field, the state field only change by that particular manager of that project , every PM only able to access for state field for his assigned projects only , not all other projects
Please help me to achieve this
Thanks
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 06:08 AM
I would look at the ACLs - add a new one for the state field on that table and in the condition you can add that the manager is (dynamic) ME.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 06:14 AM
Hi @Deepika61, This can be achieved with creating Write ACL on state field. Also, make sure you do not have any client side script / policy running on the state field which makes it readonly.
Regards,
Sunil