- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 08:53 AM
Can the fields in incident table be hided by using server side scripting?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 01:12 PM
You can use ACLs to hide fields as well.
ACLs are server side objects to control table, row level access.
You need to configure read ACL to control visibility.
https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 01:10 PM
Hi,
you can use only client script code ( UI policy, client script ..) to hide fields.
Who do you want to hide fields with server script?
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2018 01:12 PM
You can use ACLs to hide fields as well.
ACLs are server side objects to control table, row level access.
You need to configure read ACL to control visibility.
https://docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
Regards,
Sachin