Greetings to all.
I am trying to create couple of simple iviews which uses client side eventing. We run EP6SP2P5.
Here is my model. The goal is to pass a URL from IView 1 to Iview 2 and show as an HTML Page using the VC HTML element
Iview 1.
- Read a custom BAPI and send the output to a List
- Select a line from the List which contains a hidden URL
- This line is moved to the "OUTPUT" port
Iview 2.
- Signal through "INPUT" port
- Show as an HTML page using HTML view element
When I have everything in the same iView it works but if it is in two iviews with eventing it is not working.
Do I have to activate any setting in the Portal for Eventing to work?
I greatly appreciate any input.
Regards,
- PK