Question


Murex
LB
Last activity: 4 Oct 2018 13:54 EDT
Open URL from activity
Hello,
Currently, we are able to open a URL from the Action event of a Cell. I
In the Actions of a Cell, we have the following Action Event: 'Run SCript' and 'Open URL in window'.
Is there a way to open a URL from an activity ?
Thank you in advance,
Mariane
***Updated by moderator: Lochan to add Category***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!


Pegasystems Inc.
IN
Hi
I am not aware of any OOTB features. You need to write custom java inside your activity Check out the activity pzTransformAndRun step number 5 and 6 would be of your interest.


Pegasystems Inc.
IN
You can prepare the URL from Data transform or Activity , then use open in new window action to open that URl. Check the tracer on click events for details.
Will this help your requirement?
-Saikat
-
mangasamudram Neelima


Murex
LB
Hello Saikat,
Thank you for your reply.
I am able to prepare the URL from both the Data Transform or Activity.
By using open in new window, do you mean to do that from where exactly ?
Thank you very much for your help, it is much appreciated :)
Mariane


WIPRO
US
Hi Can you please tell me how to open the URL in activity please.


Pegasystems Inc.
IN
if the url is ready, Then just use open in new windows. In the activity name give redirectAndRun. The link you prepare would taken as a parameter for the redirect and run activity.
As I stated earlier check how the tracer is opened in the designer studio. It would be similar implementation.
-Saikat


OCBC Bank
SG
Hi MarianeA,
In case if you are looking to open the URL on click of a button or link, you can create a 'Click' event, Add an action for that event and select Open URL in Window


WIPRO
US
Can anybody please tell me about 'How to launch URL(New window) through activity'. Thanks.


Murex
LB
Hello Thirmuala,
Sorry but I still haven't figured out how to launch URL(New window) through activity.
Regards,
Mariane


Areteans Technology Solutions
AU
Hi,
Can you try using the Show-Harness activity from the current activity? This Show-Harness takes in the name of the harness as a mandatory parameter. You can also call the activity that needs to be executed before a new harness is lauched. This is nothing but opening a new screen / frame in a new URL. Let us know if this helps.
Regards,
Ratan Balaji.


TechMahindra
IN
Hi Ratan,
Without using harness is there any alternative process is there.
Actually one of my scenario is same thing i am loading 10 results from declare page but these all results i am using same harness and preload activity if i clicked on last results based on i gave url it should open new tab without effecting remainaing results using activity.If you have any idea please let me know.
Regards,
Venkata Kasi reddy.


Pegasystems Inc.
IN