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 encrypt attachment on catalog item in portal by default that can only be read by a certain group/role?

Cory Miller
Giga Expert

Hello,

We have a catalog item that requires the requester to attach files with sensitive personal information.

We are trying to figure out the best way to:

1. Automatically encrypt any and all attachments associated with this catalog item.

2. Only allow fulfillers with the role we would create, to un-encrypt and read the attachments.

Our thought is to use a business rule to check for catalog item and attachment, then force encryption.

We are not sure how to make it readable to only those with a certain role that we would create for just this purpose.

I have read many articles on encrypting, most concern email attachments.

The rest are somewhat confusing.

Any help or guidance will be greatly appreciated.

2 REPLIES 2

Harish KM
Kilo Patron

Hi did you check these

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0749447

https://docs.servicenow.com/en-US/bundle/sandiego-servicenow-platform/page/administer/edge-encryption/concept/c_EncryptingAttachments.html

https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/encryption/task/t_UseAttachmentEncryption.html

Regards
Harish

AzmatullahMd
Tera Contributor

Hey, did u complete this requirement?