cancel
Showing results for 
Search instead for 
Did you mean: 

How to go about Cross Component Navigation

Former Member
0 Kudos

Hi Experts ,

I have Component C1 In which i have view V1.

I have Component C2 in which i have view V2, V3 V4 .

On one of the action in V1 it should call Component C2 and Views and Navigation should happen between V2 V3 V4 (As if it happens when the Application for C2 is run individually ) .

Please let me know in detail .

Thanks in Advance

badari Patil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

In C1 create a new view(v1a) and add a view_container_ui_element and add an inbound_plug to this view.

The add the component usage of C2 to component C1.

Then go to the window of c1 and add the new view. Open the tree in the window so that you can see the view_container_ui_element. Right click and choose embedd view. Choose theinterface view of C2.

In view 1 of C1 add an outbound and fire it in the button action.

In the window connect v1 outbound with v1a inbound.

Thats it

Cheers,

Sascha

Message was edited by:

Sascha Dingeldey

Former Member
0 Kudos

Hey Sascha,

Thanks it Works ) Cheers !!!

Answers (0)