Allow list editing for some fields for some group in incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2022 09:33 PM
Hi All,
I have a requirement. In incident table only certain groups can edit some fields from list view. Any members who are not part of those groups should not have the ability to edit fields from list view.
How to achieve?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 09:49 AM
Hi,
Good day!
Have you achieve this? or where you stuck?Let us know.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 01:41 AM
Hi Sagar, what if we need that a field can be edit only by assigned to member
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 01:45 AM
Hi @Deepak Shaerma,
You have to create List edit ACL for Assigned to field. In Scripts, check is logged user is not assigned user give access using answer = true;
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 01:58 AM
i dont want to edit from the list view. I want that only group 1 members will able to change the impact field in form. help me in this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 03:06 AM
Hi @Deepak Shaerma,
You can try with Display business rule and on-load client scripts for impact field on form level.
Check logged in users is part of required group or not, store values into g_scratchpad variable and use it in on-load client scripts to make read-only or non-read only impact field.
Thanks,
Sagar Pagar