- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:41 AM
Hello @AK15
All attachment get stored in "sys_attachment".
You can control the attachment icon using client side API g_form.disableAttachments(); but again this is client side tweak.
But for access restriction you can write ACLs on "sys_attachment" table.
You can attach workflows on the sys_attachment table using proper conditions to narrow down CI attachments.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:41 AM
Hello @AK15
All attachment get stored in "sys_attachment".
You can control the attachment icon using client side API g_form.disableAttachments(); but again this is client side tweak.
But for access restriction you can write ACLs on "sys_attachment" table.
You can attach workflows on the sys_attachment table using proper conditions to narrow down CI attachments.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:41 AM
What you mean by receipt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 06:47 AM
I meant a computer was delivered to a person so I guess I can use that manage attachment button.