Where is 'ENCRYPTION_CONTEXT_SYS_ID'

zoomsoom
Tera Contributor

I'm looking at this article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0749447

 

This script says gel('sysparm_encryption_context').value = 'ENCRYPTION_CONTEXT_SYS_ID';
Which table do I get ENCRYPTION_CONTEXT_SYS_ID value from?

There is no table called 'sysparm_encryption_context' or 'encryption_context'

 

We are using Column Level Encryption

Thank you

1 REPLY 1

J Siva
Tera Sage

Hi @zoomsoom 

sysparm_encryption_context is not a table, it's a input element id from the HTML code.

Go to "Attachment" ui page, in the HTML code check the line number 180.

 

To get the encryption context sys id, go to sys_encryption_context table.

Regards,

Siva