- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 01:51 AM
Hi All,
I know UI Policy and Client scripts only.
Is it possible to hide fields using ACL's?
Thanks
Raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 02:33 AM
Hi,
I tried in the below way
Type: Record
Operation: read
Role: Owner
means we have role Owner they only see form fields and remaining guys don't see form fields

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 01:56 AM
Yes. You can achieve it by using Read ACL's at field level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 02:02 AM
Hi,
Can you tell me briefly the Process(Hiding field using ACL's)?
Thanks
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 02:00 AM
Hi,
You can write a 'Read' ACL and mention the fields you want to show as read only or not based on conditions/roles.
Ex.
Type | Name | Object secured |
---|
record | [incident].[active] | The Active field in the Incident table. |
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
Let me know in case of any issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 02:38 AM
Hi,
I tried in the below way
Type: Record
Operation: read
Role: Owner
Who has a role Owner they only access Form fields and remaining persons not see(Hiding) form fields.
Is it right?
Thanks