Hi there!
Can someone explain me, how to set up an Inbound Navigation from the MyInbox Master Page to a Custom Fiori Elements Detail Application. (https://blogs.sap.com/2020/07/31/fiori-my-inbox-integration-of-custom-detail-page/)
The configuration is done so far. The problem is, that I want to skip the List Report and jump directly to the Object Page. In my local mock App, I can do that with providing a Key in the URL. (https://help.sap.com/viewer/cc1c7615ee2f4a699a9272453379006c/7.5.17/en-US/bd8ae3d327ab4541bcce8e7353c046fc.html)
With the Keys in the URL, the App is skipping the List Report and jumping directly to the GET Request of the ObjectPage with the provided keys.
I need the same behaviour in the MyInbox Detail Page. The problem is, that there are no keys in the URL (just in the startup parameters), so the navigation to the ObjectPage is not possible right now.
Needed Result:
MyInbox -> Custom Detail Fiori App -> Direct Navigation to the Object Page via defined keys