- 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.setReadOnly(<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
07-26-2022 11:28 PM
Hi currently how are you setting it readonly? You can add a condition there for this user
Harish

- 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.setReadOnly(<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
07-31-2022 05:06 AM
Hi. If my answer has helped you resolve your issue, Please mark Correct and Helpful. This way, other users may also benefit from the thread. 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
08-14-2022 10:53 AM
Hi, have you found any way to make the assignment group editable for other users. As I am also managing the team by the name of play this game. For which I need to make our group assignment editable for different users so that the team members could contribute in it and share their suggestions.