- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 10:27 AM
Hi Team,
All user seeing the Attachments in case of any do exist, so resolvers that are not part of the "Past assigned groups" which is the custom field reference to sys_user_group table should not see/download attachments from few tables dynamically . In which way i can achieve it easily. Hope i have to create ACL for sys_attachment table.
Correct me i am wrong with the steps would be helpful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 11:46 PM
Hi @nivethika
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 03:07 AM - edited 06-24-2025 03:09 AM
Oh is it? But for me its working. As you can see manage item option is not visible here even if attachment is there.
Can you please share the screenshot of your script
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 03:16 AM
Thanks you so much it worked for me.
Another small doubt is consider if i have custom field reference to sys_user_group table where it will have 2or many groups mapped in that,
in that case how to check with all the assigned groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 02:49 AM
@Roshnee Dash : Thank you so much.
It worked for me to hide the header attachment. But in the activities field all the attachment is visible, then what is the use of hiding the header attachment.
This is for record sensitivity to prevent user from download or view it.
Kindly help me to hide the attachment in both the place header and activities field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 04:10 AM
You can use glideajax and pass the logged in user id and the record number to check if the user is present in past group or not.
Its always better to use glideajax in client script instead of direct use GlideRecord
Stay awesome,
Roshnee Dash