Hi everyone any help with the navigation on List Reports - Object Pages?
I check this great blog ( https://blogs.sap.com/2017/08/22/fiori-elements-how-to-develop-an-object-page/ ) but I continuosly find the same problem with my navigation.
My approach till now (Northwind service) :
First view with the List Report with all the item orders
after trigger an item, we navigate to the Object Page to display the info
But here we have another list and if I try to navigate to display the "Product" details, the navigation take me to an empty view
My navigation setting on the manifest.json:
And if I try to set any label, data point or any element on the annotation modeler, I don't achieve to display that info on a new object page because it always open a new List Report
I even tryed to set new facets and use references to the info I want to display but I didn't succed on that neither.
Any suggestions?
As far as I understand the navigation must be like this:
List Reports (Orders data) - Object Page (Orders, Employee, Orders-Detail data) - Object Page ( Products data)