How can a public/unauthenticated user upload an attachment via the "Attachment" type variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 12:09 PM
I have a requirement where my catalog item must be available to public (unauthenticated/guest) users. On the catalog item, there is an Attachment type variable where the file type is restricted so that users can only upload PDF files.
Currently, ServiceNow does not allow public users to Create on the sys_attachment table. My sys property glide.attachment.role also has the value of public. But modifying the create ACLs on the sys_attachment table does not seem to work.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 04:31 PM
Hey @Amy12 , did you founded a way to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 07:10 AM
Unfortunately, no I did not find a solution to this yet.