Question
2
Replies
27
Views
Capgemini
Posted: August 20, 2019
Last activity: August 22, 2019
Closed
Suggestions For Capturing An Attachments
Hi,
I have a requirement where an unauthenticated user wants to upload attachments into Pega.
What we are trying to do is Share an URL with the user who doesn't have access to the application but through that URL he should be able to attach the files and the files should get attache to Case.
I have thought of DWA but it doesn't allow to attach files.
Thought of email listener but it doesn't give a good UX.
Looking for suggestions.
Hello,
Can you create a portal that you give unauthenticated requestors access to via a custom URL (perhaps more like snapstart) and send that out in your email? There are definitely security concerns, so you probably want to create a completely separate application so that your unauthenticated requestor can't call any of the rules your authenticated requestors use.
Thanks,
Mike