Where is 'ENCRYPTION_CONTEXT_SYS_ID'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 01:25 PM - edited 07-29-2025 01:55 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2025 06:04 PM
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