- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 04:54 AM
Hello all
Does anyone know if there is some rule to make the' name' field read-only in sys_user table? I cannot find any ACL for this field.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:01 AM
Dictionary :-
Calculated Value read only is OOB behaviour. Because it is calculating value based on certain criteria and that's why we don't have access to edit it.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 04:55 AM
Hi @Erica ,
Name field is calculated value and every calculated value is read only.
It is combination of first name and last name. You can check it in dictionary of name field.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:01 AM
Dictionary :-
Calculated Value read only is OOB behaviour. Because it is calculating value based on certain criteria and that's why we don't have access to edit it.