Helpdesk attachment download issue
Hi,
As a part of HCM cloud implementation, for data conversion, HCM Cloud requires all attachments to be provided in the Zip file. So that they can be converted using HDL functionality. To complete the requirement, we usually develop an Extract Program to generate these zip files.
As per PeopleSoft CRM delivered functionality, when Case is created using Email. Attachment to these email stay on mail server. Only the URL is provided in PeopleSoft to access these attachments.
We tried Peoplecode functions like getattachment, detachattachment and putattchemnt as well as java codes like CopyURLtofile, but its not working.
Has anyone faced similar issue?