You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case - In insurance layer, we are creating a death claim in which claimant has to submit few details and documents after claim creation.
From CSI application, we are sending an email with existing claim details and asking claimant to submit/share more details using WSS portal. In email content, we are asking them to click on a button to submit more details (Expectation is to open existing case directly in WSS with prepopulated data)
In this use case, we needed a deeplink URL where we can pass case id/open case assignment id to open the case assignment directly.
The text was updated successfully, but these errors were encountered:
you can now use quicklinkid that will be the quicklink index (starting from 0) and pass quickLinkActionparam that will be the parameter to the action. This will work for Web-Embed only.
For example to open an assignment in web-embed, configure the quicklink1 in your settings - leave the actionparam as empty. Then use the url index.html?pega_userid=xxx&quicklinkid=1&quickLinkActionparam=ASSIGN-WORKLIST%20OK5NFJ-COMPUTER-WORK%20U-21104!DEVELOP_FLOW
Use case - In insurance layer, we are creating a death claim in which claimant has to submit few details and documents after claim creation.
From CSI application, we are sending an email with existing claim details and asking claimant to submit/share more details using WSS portal. In email content, we are asking them to click on a button to submit more details (Expectation is to open existing case directly in WSS with prepopulated data)
In this use case, we needed a deeplink URL where we can pass case id/open case assignment id to open the case assignment directly.
The text was updated successfully, but these errors were encountered: