cancel
Showing results for 
Search instead for 
Did you mean: 

My Inbox substitutions functionality in custom app

robert_dokter
Explorer
0 Kudos

Hi Experts,

Would it be possible to call the substitution functionality from the myinbox app in my own custom app (no extension of ca_fiori_inbox). I am able to add the buttons in the me-area when my custom app is openend, but how to call the standard functions?

Cheers,

Robert

maheshpalavalli
Active Contributor
0 Kudos

What do you mean by calling standard functions?

Accepted Solutions (0)

Answers (2)

Answers (2)

maheshpalavalli
Active Contributor
0 Kudos

Hi robert.dokter,

Got it, those are actually reusables inside myinbox component. I am pretty sure they are meant to be used inside the MyInbox only and not outside.

Your best choice is to use the odata service of the myinbox in your custom app and do all those ui stuff manually.

else (not a recommend approach as per me) you can load my inbox component manually in your app and call that util classes, but I highly doubt that if it can be done as easily as I send because of possible dependencies with myinbox views and controllers.

-Mahesh

robert_dokter
Explorer
0 Kudos

Hi Mahesh,

By standard functions I mean the functiones that are called in de ca_fiori_inbox component.

For instance: cross.fnd.fiori.inbox.util.AddInbox.open();