How to run My Inbox app in standalone / header less mode
Launch My Inbox app directly without LaunchPad navigation
With Header
This is useful if you intend to launch My Inbox directly without having to navigate from FIORI Launchpad and you want to see the header (Header contains Logo, Search bar, Home button and menu).
Launch the following URL in your browser:
https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&<other URL parameters>
Header less
This is useful if you want to Launch My Inbox directly without navigating from LaunchPad and you do not want to see the header.
https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>&sap-ushell-config=headerless#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&<other URL parameters>
URL Parameters supported by My Inbox
- allItems=true: to access all tasks for the user
- scenarioId=<Scenario ID>: to access tasks belonging to a specific scenario which is configured in task gateway
- massAction=<true/false>: to enable or disable mass action
- quickAction=<true/false>: to enable or disable quick actions on mobile devices
- sortBy=<sortBy property>: to set default sort property. It can have any value from task entity
- listSize =<value>: specify a numeric value to limit the number of tasks loaded in the My Inbox
Example of the URL Parameters Usage:
https://<Server>:<Port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=<Client>&sap-ushell-config=headerless#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cross.fnd.fiori.inbox&sap-ushell-url=/sap/bc/ui5_ui5/sap/ca_fiori_inbox&allItems=true&massAction=false&quickAction=true&listSize=300&sortBy=Priority
Click here for more information
Hi,
This is a very nice & handy blog.
I did run My Inbox as standalone app and it worked fine. But now, I have a question about running it on mobile device.
When I am running it standalone app in mobile device, I saw that application was launching as like it is being launched on the desktop. UI did not get adjusted for the mobile device.
Do we need to pass extra parameters to do that?
BTW, when I try it through Fiori iView on portal, then I get the desktop version on the mobile for the My Inbox app.
But, when I tried on mobile with the direct URL which was generated above, then it comes up as mobile version.
So, I do need to do anything extra in the Fiori iView to adapt application to mobile version while running it in mobile?
-Bhavik
HI Bhavik
Great that you liked the blog.
However please raise questions as discussions in the SAP Fiori forum - not as blog comments.
If you raise a discussion more people will see it and you are more likely to get a fast response.
Also please keep to one question per discussion... otherwise the response trail tends to become very confused.
Thanks
Jocelyn
Thanks.
I have opened new discussion thread for the same. Can you please look into?
Fiori iView on Portal launches desktop version of Fiori app only
-Bhavik
Hi Shyam Suthar