- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 06:43 AM
I am trying to add an attachment to update set. I went to attachments and used "add to update set". The link on record producer points to it. When I moved to test environment it shows 0 bytes somehow. Doesn't look like it captured it right. It is a PDF document. Any idea how can I can get this to work?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 06:51 AM - edited ‎05-07-2024 06:54 AM
Hi @samadam ,
Have you tried to add this to update set using list view of attachment table(sys_attachment). After clicking on Add to update set check if attachment and document (sys_attachment_doc) both were captured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 06:47 AM
the actual file content is stored in sys_attachment_doc. You will need to capture those in your update set (if possible).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 06:51 AM - edited ‎05-07-2024 06:54 AM
Hi @samadam ,
Have you tried to add this to update set using list view of attachment table(sys_attachment). After clicking on Add to update set check if attachment and document (sys_attachment_doc) both were captured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 07:09 AM
That worked, Thank you.