cancel
Showing results for 
Search instead for 
Did you mean: 

Deep Link / Short URL for Fiori Groups in Fiori Launchpad

SUMANTH2
Participant

Hi,

I am looking for an option to have a Deep Link or Short URL (Using Parameters or URI) to point to a Particular Fiori Group when users click on (Desktop Icon / App).

With Tab Bar option provided in 1.44.7 for Launchpad Home page, Half of our concerns with Home page being cluttered is resolved. However we are looking at releasing Desktop/Mobile Apps on Function Based where navigation to Direct Fiori Group should happen. In current version i could not locate if this is possible.

On Cloud version we can have Different Sites with specific Apps. For onPremise version any suggestions.

Thanks

Sumanth

Accepted Solutions (0)

Answers (4)

Answers (4)

marvin_heibert
Participant
0 Kudos

I've opened an influencing request, if you are looking for such feature you might vote for it 🙂

https://influence.sap.com/sap/ino/#/idea/281022

BR

Marvin

maxim_molochko2
Explorer
0 Kudos

Hello. Somebody solve this?

SUMANTH2
Participant
0 Kudos

Hi Krishna,

Thanks for suggestion. Will check further on this. Now that we have Tab Bar option instead of Anchor Bar from 1.44.7 Library update, will look in api for similar code.

Thanks

Sumanth

nalamabhiram
Explorer
0 Kudos

Hi Sumanth,

I have similar requirement of directly navigating to Fiori Group.
Could you please share more details if you are able to solve this.

Regards,
Abhiram

kammaje_cis
Active Contributor
0 Kudos

Usually, # in the URL is used for scrolling to an element (Group in this case).

But here we use # for navigation, so you cannot use it for auto scrolling.

Here is an idea.

-> Use a custom URL parameter in the launchpad URL, indicating the group you want to scroll to

-> Write a Fiori Launchpad plugin to handle the above custom parameter and assign this plugin to all users.

-> In the launchpad plugin, use a code similar to below.

$(window).scrollTop($(<group selector>).offset().top);