cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate from a standard tile to master-detail application in Web IDE

0 Kudos

Hi,

I'm building a SAP UI5 application in Web IDE with northwind dataset.

I have created 3 standard tiles in my first page(xml).

From first two tiles m navigating to other views of same project.

I have also created one project from template using 'SAP Fiori Master-Detail Application'.

Now when I click on the third tile I want to navigate to this Master-Detail application.

Do any one know how to achieve this?

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

I got the solution:

I just put the window.location.href ="my application link"; in my function which is called after clicking third tile.

junwu
Active Contributor
0 Kudos

google ui5 cross app navigation

irfan_gokak
Contributor
0 Kudos

Hi Pooja,

If your tiles view and master-detail is in same app then you have to use both App and SplitApp then manually have to set the pages. Or else use split container other than split app.

Full Screen to Master Detail

Split Container

former_member484715
Contributor
0 Kudos

Is your master detail page in another application itself, if then, in the routes (manifest file), specify the view path for that project and give the view name, it should navigate then to that app.

0 Kudos

Yes, master detail is in different application. But I copied it to the main app. I tried with the same way (manifest file). In the view path I gave the master view page but it did not navigate.

former_member484715
Contributor
0 Kudos

As Jun Wu suggested, you can try out cross app navigation, if they are totally diff apps. If they are different views of the same app, then try out simple navigation. In your case if the navigation is not working, verify the routes and targets, you might be going wrong somewhere.