Question
Capgemini
GB
Last activity: 4 Oct 2018 13:54 EDT
Able to attach email to workobject but attachment inside email are not visible
Dears,
I have a requirment where : -
Have to attach the outbound email to work object with attachments
Able to attach the email able to attach email to workobject but not attahcments
Using OOTB activity CorrAttach
Need Help.
Thanks,
Vishal
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Hello Vishal,
When you open the attached email, are the attachements available in your email client (like Outlook) or does the system send the email with an attachment, but strip it when it saves the email to the object? (Or more likely, save the email before adding the attachments)
Thanks,
Mike
Capgemini
GB
Hello Mike,
Yes attachments are present in my email client like OUTLOOK.
Inside only email is saved to object not the attachments inside the email.
Thanks,
Vishal
Capgemini
GB
Dears,
Please help.
Kr,
Vishal
PEG
IN
You could use "SendEmailWithAllAttachments" OOB activity to send with attachments and attach to the workobject. SendSimpleEmail OOB activity which was used in Email Smart shape also internally calls this activity and calls CorrAttach activity( It links the correspondence record to the work object, adds history and saves the it).
Pegasystems
US
Two things you could try, to help investigate:
1) Compare behavior between using rich-text vs html-style email. One type presents the attachments in outlook on the attachments-line and the other presents the attachments within the email-body. Does one type work better than the other with your application when it attempts to attach emails to work objects?
2) Use the Pega tracer (and possibly some private-checkouts if some of the relevant bits are java steps in activities or rule-utility-functions) to determine where in the process the attachments are being dropped.
/Eric
IN
Hope this will help!!
https://community.pega.com/sites/default/files/help_v72/procomhelpmain.htm
IN
Also Try with SendSimpleEmail activity which internally invokes CorreAttach activity.
Pega Systems
IN
Able to attach the attachment on email to case?
Virtusa
GB
yes