Acl on custom table

sgp
Kilo Contributor

Hi,

I have created a custom application but the application is not visible to everyone.I wanted to form should be visible to all the users in servicenow and also for some user I want to give full access on form so   they can edit the form.How t achieve it using ACL

7 REPLIES 7

Sagar V1
Mega Expert

Hi,



Check the associated ACLs on the custom table. Edit the read ACL wit the the script "answer = true" so that it allows all the users to read the records without any conditions. Edit the write ACL script with the required logic so that the particular users will be able to edit them.



Regards,
Sagar


Gowrisankar Sat
Tera Guru

Hi SG,



You have to create:



1) Table Level Access Controls:



<custom_table_name>.none



a)Read Operation -> Provide Role "public"


b)Write Operation -> Provide access to only few users(Create a role for these users and add in roles section)



2) Field Level Access Controls:



<custom_table_name>.*



a)Read Operation -> Provide Role "public"


b)Write Operation -> Provide access to only few users(Create a role for these users and add in roles section)


Community Alums
Not applicable

Hi,



Also to add, set the roles as ITIL in the "Application Menu" for your custom table.


Deepak Kumar5
Kilo Sage

Edit the application access and make it accessible from other scope as well.


find_real_file.png