cancel
Showing results for 
Search instead for 
Did you mean: 

Directly call create object page or RAP action from Tile

AnmolBhatHD
Explorer
0 Kudos
201

Dear Experts,

I have created a RAP based Fiori app and deployed it to my On Prem system.

Now, we want to have a Fiori tile for this app, which should directly open the app in create mode. 

Also other apps wants to have cross app navigation and open this app in create mode.

I tried this using parameters using IsActiveEntity=false and all other keys as empty but as this is draft inabled, it needs draftUUID. Hence the request gives error.

So, how do we set the fiori launchpad configuration to directly jump to create object page for the app with draft enabled.

Could you please help me to achieve this? 

View Entire Topic
MioYasutake
Active Contributor

@AnmolBhatHD 

You can select "Form Entry Object Page" template when creating a Fiori elements application in Business Application Studio. With this, the app opens in create mode.

https://ui5.sap.com/#/topic/533f7e7f59854cb08ce8074814ae83c5

AnmolBhatHD
Explorer
0 Kudos
Thanks Mio for your reply. But that means I have to create 2 apps, 1 for general display and other for create.