cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic navigation between two applications

Former Member
0 Kudos

Hi,

I need to create a one inbound plug,an outbound plug and a navigation link connecting them programatically. I have created a node with two attributes dynamically and mapped it to the view. Kindly help me with it so that my control moves from one component's view to the interface view of other component.

Thanks and Regards,

Karishma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karishma,

Lets say u have two application A and B, and you want to navigate programatically from A to B.

Create an interface view in B and also a public part in B.

Then add this public part to used Dcs of A. Then embedd the interface view of B in the window of A. Then u can provide an outbound plug to this Interface view of B from the view of A, and fire it !

Hope it helps.

Regards Sattam.