Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to make an Embedded List read only

sharmas
Kilo Contributor

Hi,

I am working on a requirement wherein I have to make an embedded list read only. Can anyone help ?

Thanks in advance,

Regards,
SS

7 REPLIES 7

The problem in your solution is that I dont have roles. I only have one admin access which will be given to the overall admin of the whole application and while other end-users have dummy roles. So this would not solve my purpose.

Regards,
SS


On the ACL you can use the script field to evaluate instead of assigning roles. Create a table look up or other logic to see if they are allowed to or not.


sharmas
Kilo Contributor

ACLs is one of the approaches that came to my mind as well but the limitation in my application is that I have only one admin license and hence I cant limit other actions on the basis of Roles.

Regards,
SS