Attachment in update set

samadam
Kilo Sage

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?

1 ACCEPTED SOLUTION

lp6
Tera Guru

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

View solution in original post

3 REPLIES 3

Bert_c1
Kilo Patron

the actual file content is stored in sys_attachment_doc. You will need to capture those in your update set (if possible).

lp6
Tera Guru

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

samadam
Kilo Sage

That worked, Thank you.