cancel
Showing results for 
Search instead for 
Did you mean: 

How to exit Personas Flavor from Launchpad

Joseph_BERTHE
Active Contributor
0 Kudos

Hello everyone,

I have created a Flavor wich at the end of the process needs to go back to SAP fiori page.

How can I achive this in Personas Scripting? I already try:

history.go(-1);

window.history.back();

But, each of them navigate me to SMEN. By the way, I do not want to set a static URL.

For information, I use Frontend and Backend server, thus Personas is in Backend system.

Kind regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Joseph_BERTHE
Active Contributor
0 Kudos

In fact, some words vanished on my question 😕

I have a launchpad with a tile to Personas. When the user finish the busness process (into Personas), I want to redirect my user automaticaly to the SAP Fiori Launchpad home page.

I will test what you said, but I'm not sure it will covert what I want.

thanks anyway.

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Perhaps setting the command field to /nex and hitting ENTER would work since if I understand you correctly, you are returning to the separate frontend system and are logging out of the backend where the flavor is.

Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

So I tried your solution, and it doesn't work.

Thanks anyway.

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

OK, from the screen shot it is now clear that you need to close the current tab. Then perhaps this will help:

https://stackoverflow.com/questions/2076299/how-to-close-current-tab-in-a-browser-window