I have generate excel sheet By using "pxGenerateExcelFile" , now need to attache this generated excel to case , need stepwise procedure for that.
@ParashuramK please check the below video for the step by step implementation.
@Anoop Krishna Thanks for reply . I try this video method but didn’t work , If any other thing you to do this please let me know.
@ParashuramK @Anoop Krishna please follow the pega-sanctioned training documentation.
You can search pxGenerate ExcelFile on the https://docs.pega.com/ site:
Activities for integrating cases with Excel documents
linkAttachmentsToCase(caseID, attachments, attachmentType, context)
Attachment management with Constellation DX API
@ParashuramK It should work, we are creating an attachment page and saving it. You can use AttachFile activity which does the same. Please check how to use AttachFile activity. You need to set param.FilepathonServer and pass it to AttachFile.
