Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for opening an assignment using deeplink in WSS #220

Open
sukanyab0 opened this issue Apr 18, 2024 · 3 comments
Open

Need support for opening an assignment using deeplink in WSS #220

sukanyab0 opened this issue Apr 18, 2024 · 3 comments

Comments

@sukanyab0
Copy link

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.

@ricmars
Copy link
Collaborator

ricmars commented Dec 10, 2024

Deep link is support by configuring your web embed using quicklinks and refering to it in the url
https://github.com/pegasystems/uplus-wss/wiki/How-to-use-deep-links-or-access-to-a-specific-top-level-page#quicklink-pages

what enhancement is needed for uplus-wss?

@ricmars
Copy link
Collaborator

ricmars commented Dec 11, 2024

I just added support for quicklinkid

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

@ricmars
Copy link
Collaborator

ricmars commented Dec 11, 2024

doc updated to reflect this https://github.com/pegasystems/uplus-wss/wiki/How-to-use-deep-links-or-access-to-a-specific-top-level-page#quicklink-pages - please test and confirm that we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants