cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad Tile with Semantic Navigation that includes a route...Is it possible?

MattHarding
Active Contributor
0 Kudos

I have a requirement to have 2 tiles in the launchpad that open the same app, but a different view in this app (2 separate routes). While I could implement a startup URL parameter in the app itself and configure this in each tile, I'm hoping there is a way of taking advantage of the existing routes that are already configured?

Unfortunately, I haven't found an easy way to do this and thought I would ask before falling back to startup URL parameters.

Anyone know if this is possible?

Note - I'm configuring this on an on-premise Fiori Launchpad.

Cheers,

Matt

View Entire Topic
jprovost
Explorer

Hi All,

The code free way to do this is to put the route pattern (actually '&/ + pattern'), from the manifest, in the 'Parameters' field of the tile definition, in the Launchpad Designer:

Magical!

MattHarding
Active Contributor
0 Kudos

Thanks Joel. The &/ is pretty cryptic but now known - sounds great!