- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2022 11:27 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2022 11:31 PM
you can use onLoad client script:
if (g_user.userID == 'your user sys_id'){
g_form.seÂtReÂadOÂnlyÂ(<field_name>Â,false);
}
This page might be helpful if you wonder how these methods work.
This will work if the field is set to read only from the field definition or with CS/UI policy. Will not work if the field is read only due to ACL. In this case, you will need to modify the ACL.
Please mark Correct and Helpful if my answer helps you resolve your issue. Thanks!
Martin Ivanov
Community Rising Star 2022
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2023 11:21 AM
Hello, have you figured out a method to enable other users to edit the assignment group? I am responsible for managing the team called "Enjoy This Site," and in order for team members to contribute and share their suggestions, I need to make the group assignment editable for them.