Hello Group,
I'm confused with WD-Navigation - I hope you can help me out! The situation is as follows:
Comp A(Main)
|-uses--> Comp B (Create)
|-uses--> Comp C (Overview)
Additionally I implemented navigation between B and C. This all works finde via the Navigation model of Comp A and the usage of InterfaceViews.
The problem is:
I want to navigate from Component C to a SPECIFIC View of Comp B (namely to Screen 2 (of 3) - i.e. I want to "skip the first screen"). I did not find out how to do this...
I only managed to:
- always navigate to "default"-screen (1)
- navigate to the last displayed screen of Comp B (this normally is 3)
Any ideas?
Thanks alot!
Simon