
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2020 12:30 PM
In Service Portal, users NOT in Requested_For field cannot add attachments after submitting, but we need the ability so either the Requested_For OR Requested_By can attach after submission.
Important Details:
- We have a Variable Set with two variables (used on all catalog items):
- Requested_For (shows on form load and gets ID of the logged in user) – Can attach
- Requested_By (is hidden on form load, is visible onChange of Requested_For -is filled in with a user ID other than the logged in user, and the Request_By field is set to read only.) – Cannot attach, unless they are also the Requested_For. The paperclip and add attachments are missing.
- There are no differences in the variable configurations
- Users in question have no roles or groups associated with their accounts
- Property= glide.attachment.role has value of public/is NOT locked down at all
Ideas?
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2020 06:29 AM
Hi Jennifer,
Thanks for the clarification. Presuming this is the OOB "Ticket Conversations" widget, access to add attachments is on the following conditions:
- Has the role listed under the property glide.attachment.role
- The record in question allows attachments
- The user has write ACL access to the record
I'm going to go with the assumption that the latter ACL is missing. There is an OOB ACL that caters for 'requested for' but this dot walks to the parent REQ. Are you setting the REQ 'requested for' to the user in question?
If not, you'll need to create a new write ACL for the sc_req_item table as below and look at the sc_req_item variables:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 09:26 AM
Good day! Would you be able to help me with my question?
Question for you whenever you can - Right now, end users can't add attachments to requests when they are On Hold. How do I add the attachment option so users can add attachments on the portal to a Request for HR Cases? Any ideas? This is for HRSD.
Please and thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2020 02:03 PM
Please do check the ACLS in sys_attachment and sys_attachment_doc table.
Make sure correct ACLs are setup and user has role mentioned in property glide.attachment.role.
Regards,
Sachin