cancel
Showing results for 
Search instead for 
Did you mean: 

My Inbox with Fiori Elements App in embedIntoDetails mode

basilrakasz
Explorer

Hello

I am currently trying to integrate a Fiori Elements ListReport App Intent-Based using SWFVISU into Fiori My Inbox.

The following blog describes all the necessary steps for normal Fiori Apps:

https://blogs.sap.com/2020/07/31/fiori-my-inbox-integration-of-custom-detail-page/

However I am struggeling with the correct routing, because I am using the generic template, which is working with pages in sap.ui.generic.app instead of default routing:

The problem ist, that I am not able to combine routing from sap.ui5 namespace with sap.ui.generic.app.

In manifest.json I tried using custom Routing patterns for the myInbox hash as following:


Declaring componentUsages in sap.ui5 is not a working solution, but my best guess so far...

This only results in an error when opening the app:

Has anyone used Fiori Elements in embedIntoDetail in MyInbox so far?
Any hints on correct routing in manifest.json will be very appreciated 🙂

Thanks and Regards

Basil

View Entire Topic
junwu
Active Contributor

openMode=embedIntoDetailsNestedRouter

embedding fiori element app as approval ui is supported now.

basilrakasz
Explorer
0 Kudos

Thanks a lot Jun Wu!

I didn't have time or occasion to try it out yet. I am eager to do it soon though 🙂

basilrakasz
Explorer
0 Kudos

You are a legend!