We have a requirement to have “Attach Content” in Harness(Data-Portal). This Harness is launched on menu click action of pynavigation and there is no case creation
Is it possible to have Attach Content without any case?
We have a requirement to have “Attach Content” in Harness(Data-Portal). This Harness is launched on menu click action of pynavigation and there is no case creation
Is it possible to have Attach Content without any case?
@PoojaP55
You can use Pega OOTB social document for achieving this functionality.
You can use social document features and allow users to attach document from portal without having any workobject. In backend pega will create a separate workobject - (PegaSocial-Document) to hold the document which is getting attached from portal and you can refer this workobject for getting document related information.
@GunaSekaran_B
Hi,
Thanks for your time, the solution is working
@PoojaP55 : Make sure file upload control has form tag which is that is needed for file to be uploaded to temp directory. Try “pzFilePathWithForm” Control to select the file from local drive and put it on the service export directory then read the file from export dir.