cancel
Showing results for 
Search instead for 
Did you mean: 

Inter application navigation

Former Member
0 Kudos

Hi

In my app. I have created two separate DC's.

In one DC I have two views. In the other I have also two views.

DC_1-> View_1

DC_1-> View_2

DC_2->View_1

DC_2->View_2

I have created a conmponent interface and succeded in calling DC_2->View_1 from DC_1->View_2.

My problem is how to manage DC_1->View_1 to call DC_2-.View_1.

Do I have to split

DC_1-> View_1

DC_1-> View_2

into two seperate windows?

I thank you for your help.

regards

Yuval

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Yuval,

If you want to call DC_2-.View_1 from both the Views of DC1(DC_1-> View_1 & DC_1-> View_2) so both the views should be in different window because within the same window you cannot use the same view instance twice.

Thanks & Regards

Ravindra Singh

Former Member
0 Kudos

Thank you very much for your advice.

I will try it.

regards

Yuval

Answers (0)