cancel
Showing results for 
Search instead for 
Did you mean: 

Custom View Navigation in Extended Fiori Application

Former Member
0 Kudos

Hello,

I'm new to Fiori. I' working on MyTime off extension App. I have a requirement of navigation to Custom View(FullScreenPage to FullScreenPage) from S2Custom View.

Code: Component.js

routing: {
"routes": {
       "masterDetail": {
           "subroutes": {
           "master": {
             "subroutes": {
                   "myDetail": {
                            "pattern": "myDetail/{key}",
                            "viewPath": "hcm.emp.myleaverequests.HCM_LR_CREExtension.view",                                "view": "LineItem",
                    "targetAggregation": "detailPages",
             "viewLevel": 1
                          }
                      }
                               }
                               }
                                     }
                                          } },

I'm able to navigate to my Custom View but I'm getting split app instead of detail page.

PFA.

S2Custom:

Custom View:

Can any one please help me on this issue.

Thanks,

Kapil

Accepted Solutions (0)

Answers (0)