Launch a Harness via Link
Hi,
I have a requirement that when I click a link from a website, it will be directed to a harness of Pega (about harness target: it's a Review Harness with a list of cases)
I am using URL mappings to generate direct-link.
1. URL Mappings >> pyDefaults
** build resource path
(1) Map path elements for URL generation -> uncheck
(2) path element type : constant; value : listcases
(3) path element type : parameter; value : {param1}
** Activity mapping
(1) Class : ....-Data-Portal
(2) Activity : OpenListCases(Group_id)
(3) Parameter: Group_id; Value: {param1}
(4) Parameter: HarnessPurpose ; Value: Review
2. Configure the support Activity
Call Show-Harness
What should I do fix to launch the Harness through a URL which defined in URL Mappings?
@Tien Dao - Please go through below link for case launch.
https://support.pega.com/discussion/theme-cosmos-configure-url-mapping
https://support.pega.com/discussion/theme-cosmos-open-work-object-full-portal-copy-sharable-link
Hope this helps!
Thank you.