How to disable/hide encryption popup for attachments on a catalog form in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 09:57 AM
How to disable/hide encryption popup for attachments on a catalog form in Service Portal
Followed the steps provided in
Did not find the piece of code to hide the popup in the spAttachmentUpload script. Please let me know where to update the code for hiding the popup
Thanks
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 10:28 AM
Hi Ashutosh,
Please let me know where to update the code in the file to hide the pop up.
Thanks
Ram

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 10:45 AM
HI,
It is explained in that KB which you have.
- "sp_angular_provider_db3ff9dddb231010faabf031ba96194a.xml" file attached.
- Go to the "sp_angular_provider" table in your instance and import the "sp_angular_provider_db3ff9dddb231010faabf031ba96194a.xml" file into the table.
- Then go to the "Service Portal > Widgets" and find your catalog item widget. It is the "SC Catalog Item" by default if it is not changed. Open the "SC Catalog Item" widget.
- At the bottom of the page, you will see the "Angular Providers" related list. Please click the "Edit" button to edit the list.
- Add the "spAttachmentUpload" script to the list and save it.
The "spAttachmentUpload" script is associated with your widget after step 5. So, you can update the "spAttachmentUpload" script based on your requirements to show/hide the encryption popup in Service Portal.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 11:16 AM
Hi Ashutosh,
In this point from the KB Article : "you can update the "spAttachmentUpload" script based on your requirements to show/hide the encryption popup in Service Portal."
Did not find any piece of code which make the pop hide when attaching the attachment. Please let me know which piece of code needs to added/edited in "spAttachmentUpload" script