cancel
Showing results for 
Search instead for 
Did you mean: 

Add Object Page to Overview Page App in Fiori Elements?

Miguel-g
Explorer
0 Kudos
261

Hello,

I'm currently learning to develop with Fiori Elements in Visual Studio Code with Fiori Tools. For the List Report, I created different Object Pages within the app and defined navigation for these sub-pages. These pages were then visible on the page map.

Is it possible to do the same with an Overview Page? Adding a list report page or object page which then appears in the page map? Or do I have to create an entirely new, separate app via the Application Generator and then link to this separate new app?

If it's possible, what annotations are necessary for adding the new subpage to my overview page? 🙂

If it's not possible, can I create working links to production or pre-built Fiori apps via intent-based navigation from my development environment in vs-code? Or do I have to launch the app to the Fiori Dashboard to test if my intent-based navigation to existing Fiori Apps works?

Thank you in advance for your help. 🙂

Greetings, Miguel

Bildschirmfoto 2024-07-17 um 14.59.24 Kopie.jpg

View Entire Topic
junwu
Active Contributor

I don't think ovp has object page, you can use intent based navigation.

Miguel-g
Explorer
0 Kudos

Thank you, it works with intent based navigation! I just thought it could be done easier without creating separate apps.

Just one further question, how can I test the intent based navigation to a production Fiori App while developing? In my case I get an error message because the development environment is not "linked" to the live Fiori Launchpad. Do i have to launch the app to the production server to be able to test if the navigation works?