cancel
Showing results for 
Search instead for 
Did you mean: 

Screen Personas for WDA

Former Member
0 Kudos

Hi, gurus!

I was wondering how is it possible to start WDA application from Screen Personas Landing Page for HTML?

We have customized SMEN transactions for different roles and some of these roles needs to use WDA applications, like hress_a_cats_1. We would like to incorporate this into role-specific dashboards so that user would be able to start this by clicking on a button. I this possible and how exactly?

Thanks 🙂

P.S. We are using Screen Personas 3.0 SP03

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You could use a website button and assign the URL for the WDA application to it.

Former Member
0 Kudos

Hi Tamas, yes I was thinking the same, but then the problem arise with testing and transporting, because WDA link points to just one system, which doesn't change when transporting. So currently we have made button in Dev system pointing to Q sys, and once it will be tested, we should then change it to P sys and transport it directly. Isn't there a better way to join these two together?

Thanks!

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

In this case, you could have a script button which constructs the URL depending on the current hostname, then use the JavaScript window.open method to open the WDA URL.