cancel
Showing results for 
Search instead for 
Did you mean: 

how go navigate to a viewset?

Former Member
0 Kudos

i have a window with a viewset[assumed embed <b>(1,1) viewA</b> and <b>(2,1)viewB</b> in it].now i need to navigate to another view (assumed named <b>viewC</b>) from current screen[ by fire plug event]. above is ok.

but after a serial operation i need to back the original screen(this is back to viewset(viewA+viewB).

how to resolved it?

in simple words:i can realize navigate to a view from some view. but i dont' know how to realize navigate to a view from some view.especial for the same component.otherwise i can solved it by embeded Interface Controller .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

create an outbound plug in view C and create an inbound plug to view A or View B. create a navigation link and then fireplug in appropriate method of view C.

-Nagarajan.