Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Used script to pass the ACL

JackieZhang
Tera Contributor

We got the requirement that column b in user table only viewed by Admin.  But this field column B will be used to calcalate in portal for end user.  How does we handle it? 

5 REPLIES 5

aruncr0122
Mega Guru

Hi @JackieZhang ,

 

Hide column B from users using an ACL or UI Policy.

For the portal, do calculations on the server (Script Include or widget server script) and send only the result to the user—don’t expose the actual field.

This way, users don’t see the field, but it can still be used.