Deleting Attachments in Vendor Portal of TPRM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
even admin unable to delete?
If admin is able to delete and non-admin can't then your user doesn't satisfy Delete ACL on sys_attachment probably.
debug that
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
51m ago
Hi @AbhimanyuT
Could you please check and confirm:
- Validate Delete ACL on sys_attachment: Ensure that the
deleteACL on thesys_attachmenttable allows thesnc_externalorvendor_contactrole. Check your role whether you are allowed to delete it. - Verify BR: Check if you have any Business Rule which preventing deletion after submission. Verify that no Business Rule on the Vendor Risk Assessment table/ <your vendor table> is blocking
current.setAbortAction(true)
