Hi,
I played with several functions in the VC. Now I have question? Is there any other kind of eventing than the submit button. The idea was to create iviews for ESS and MSS. And I would like to avoid that a user must click first on a submit button to have the result. Usually the user clicks on a page with an iview to receive direct the result.
Is there any way to do it.
best regards Hans Georg
Hi,
You can add a start point object to your model which stands for initialization values so that the iView is loaded with data.
If you need to create an iView that interacts with other already available iViews that expose client side eventing (known in the Portal as EPCF) this can be achieved using out-ports (for outgoing events) and in-ports (incoming events). Best here is to see the manuall for a short explanation and example of this feature.
Regards,
Yaniv.
Add a comment