Hi Experts.
I hope someone can help me with a problem. I want to navigate between 2 Windows in the same component. Until now I found only tutorials where I navigate between views in the same window and between two windows in different components.
My situation is: I have two views that are connected to two different windows and everything is in the same Component. Now I have a trigger in one View that calls the views outbound plug which calls again the outbound plug of the Window. In the Window I call
view_manager->navigate( source_rep_view = rep_view
outbound_plug = 'Z_NAVIGATION_LINK' ).
When I call the trigger in Web CRM I get the error "Direct navigation from window ZREVIEW/Embed_ZCRM_REVIEW_OBJ_SRC to window ZREVIEW/MainWindow is not allowed".
The navigation link is created so that it navigates from outbound plug of one window to the other window. When I change the navigation link so that the target is the views inbound plug, the inbound plug seems not te be calles (I checked it in debugger).
Is there some way to achieve that navigation?
It would be great if someone can give me some hind on that.
Thanks in advance,
Sven