How can we hide fields using ACL's?

Raj90
Tera Guru

Hi All,

I know UI Policy and Client scripts only.

Is it possible to hide fields using ACL's?

Thanks

Raj

1 ACCEPTED SOLUTION

Hi,

I tried in the below way

Type: Record

Operation: read

find_real_file.png

Role: Owner

means we have role Owner they only see form fields and remaining guys don't see form fields

View solution in original post

8 REPLIES 8

dvp
Mega Sage
Mega Sage

Yes. You can achieve it by using Read ACL's at field  level

Hi,

Can you tell me briefly the Process(Hiding field using ACL's)?

 

Thanks 

Raj

Community Alums
Not applicable

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.

TypeNameObject 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.

Hi,

I tried in the below way

Type: Record

Operation: read

find_real_file.png

Role: Owner

 

Who has a role Owner they only access Form fields and remaining persons not see(Hiding) form fields.

Is it right?

Thanks