Attachment is not attached in the custom table if added in record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2024 11:35 PM
Hi Experts,
I have created a custom table and one record producer to create records. But when I add an attachment in that record producer, it should come to the custom table record, but it's not coming that custom table.
Please let me know the cause and solution on it.
When I submit the record, I can see the attachment in the activity log but I'm not able to see that in the header of the record to download or delete it.
Thanks in advance,
Amol

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 12:02 AM
I would recommend checking all "write" ACLs for sys_attachment table and see if there's anything in the conditions about this specific table that you're having problems with.
Consider creating a "write" ACL for sys_attachment with below condition:
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 12:04 AM
Hi @Amol Pawar
There is no issue in record producer we do not have to do anything
when we submit the attachment it should automatically attached to the record which is created in custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 11:40 PM
Hi @Umesh Dubal and @singharmeet,
First of all, thank you for your reply.
@Umesh Dubal , you're right, in the backend means in native view the attachment is attached to the record of the custom table. But in portal view, why I'm not able to view that attachment in the record header?
Please let me know if you've any solution on it?
Thanks,
Amol