H Prevent fields been accessed from any script or query

Kailun Zhang
Tera Contributor

Hi All,

 

Appreciate any clever mind on the scenario here.

 

We are having a custom boolean field on cmdb_ci_service table, and we don't want this field been accessed either from scripts or queries. Is there any thing from Service Now  could achieve this or is there similar scenario anyone encountered before.

 

Any comment would be appreciated.

3 REPLIES 3

Yashsvi
Kilo Sage

Hi @Kailun Zhang,

please check below link:

https://www.servicenow.com/community/architect-forum/how-to-prevent-the-value-of-a-column-from-being...

Thank you, please make helpful if you accept the solution.

Hi @Yashsvi ,

 appreciate the info. I ran into this before, but its applied to scoped app.. and cmdb_ci_service is in the global scope, I don't think that's gonna work in this scenario ..?

AMIT128
Tera Contributor

Hello  @Kailun Zhang ,

 

You can try  scope with "Application Administration" enabled; as described by @Grant Hulbert in 

How to lock down a ServiceNow app *very* securely.

 

Please make helpful if it helped you.

Thanks