URL to open a case in a specific Harness

Hello,

How to build an URL which can open a case in a specific harness?

The user is already connected so we don’t need to provide user’s authentication details.

@Caro234 what version of Pega are you using?

Could you please take a look at the methods described in the below article :

and for more recent versions:

https://community.pega.com/sites/default/files/help_v81/procomhelpmain.htm#mobile/concepts/mob-use-snapstart-module-outside-sdk-con.htm

If you are already following documented steps and you are running into issues you may want to log a support incident if you need the team to troubleshoot any connectivity problems. Please provide further details and log errors if required.

@MarijeSchillern thank you for your response.

We use pega 8.5.2

I followed the instructions in https://community.pega.com/sites/default/files/help_v81/procomhelpmain.htm#mobile/concepts/mob-use-snapstart-module-outside-sdk-con.htm

It works but the page is cut, and I can’t scroll down the harness. Also, there is an “Open Work By Handle” action in a button inside the harness, on click, it opens the case in a new window (not expected behaviour) and still can’t scroll down.

This is my url structure :

Did I miss any parameter to enable scrolling?

@Caro234 it would help if you could provide a screenshot illustrating the symptoms.

Did this used to work before?

It may be an idea to log a support ticket if this issue is occurring only for a specific scenario as it sounds like some more troubleshooting of your UI design is required.

The support team will be able to analyse your harness more closely to determine whether you are using the “PortalNavigation” template correctly. Check this following article that talks about various dos-and-donts when customizing Theme-Cosmos.

If you decide to log a support ticket for this could you please provide the INC support ticket ID?

Hello @MarijeSchillern

It was resolved by using URL Mappings and call the activity Work-.Open to diplay the case.

Thank you

Hi @Caro234!

Can you explain how did you achieve this in detail?

Hello @Lekha

These are steps :

  • create URL mapping with at least 2 parameters : WorkID and harness’ name HarnessPurpose

  • create activity with 2 parameters which match the url mapping’s parameters

- Open the object and do some work, Call Work-.Open

  • Bellow call Open params : InsHandle is the pzInsKey of the object

Best regards.

Hi Caro234 !

Thank you.