Hi Experts,
How can I navigate from a Nested iView to another Nested iView one level up?
My application is such that the Parent iView contains multiple Nested iViews, which individually contain the logic to Book Holidays, Display Holidays, and Modify Holidays etc. After creating a holiday request, I want the application to jump to the Display Holidays iView, where the new request can be seen on a graph. The problem is the iView I want to navigate to is one level above where the Create logic is so I can't map an event from the Create Form's submission to the Display iView.
I've tried using the 'Navigate' components under connectors (which sounds perfect) but this is an unsupported component and doesn't work (on our setup).
For clarity, the application's structure can be visualised as:
Holiday Application (Parent iView)
...1. Display Holidays (Nested iView)
...2. Create Holidays (Nested iView)
........2.1 Submit Form (event)
...3. Modify Holidays (Nested iView)
........3.1 Submit Form (event)
After submitting the form I want to jump to the Display Holidays nested iView.
Any help would be greatly appreciated.
Best regards,
Andrew