cancel
Showing results for 
Search instead for 
Did you mean: 

Portal service navigation from different tiles to same SAPUI5 module possible?

former_member748
Participant
0 Kudos

Hello community,

Is it possible when using SAP Portal service to have multiple tiles which point to the same SAPUI5 module but in different views?

There is in the documentation something about Multiple Intents but it's not clear how this can be achieved and I have not found any other resource on this topic.

Any suggestion is more than welcomed 🙂

Thanks!

View Entire Topic
maheshpalavalli
Active Contributor
0 Kudos

You should handle it in the ui5 application to handle different navigation patterns like shown below:

https://ui5.sap.com/#/topic/782aac08f2de4003a2fcbdd39d27f374

After that, you need to change the navigation paths in the Portal tile configuration by passing the action along with the navigation intent that you have defined in your UI5 app.

former_member748
Participant
0 Kudos

Hello Mahesh,

Thanks for responding!

That's what is not clear to me, how to configure the navigation path in the CommonDataModel.json so that it points to a specific route from my UI5 module.

Or how to bind a hardcoded navigation path (which points to a view) to an action or intent in my UI5 module's manifest.json (so that I have one tile in portal pointing to this view)?

Looking forward to finding out more info on the topic 🙂

Kind regards,

Stefania