cancel
Showing results for 
Search instead for 
Did you mean: 

Popup communicating with multiple iviews (layers)

Former Member
0 Kudos

I have a Popup returning data back to the source iView and it works great.

Now I'm trying to get data from that Popup back to a 2nd iView on a different layer (using tabstrip) as well as data on the source iView.

Is this possible, and if so what are the steps to get it to work.

Thanks

Dave

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David

In the pop up iview,

Pass the output data of popup iview/form by configuring Signal Out and passing the output values as parameters using a event button from the pop-up iView.

Connect the signal out to the 2nd iView by composing a Signal In on the 2nd iView(or nested iview).

Next, inside the 2nd iView(nested iview) design layout push the values from Signal In to a data store.

Now you could access all the data @datastore from any no. of forms inside the iViews.

Do the same for the source iView but push the values of pop-up and source iView to the same data store configured in 2nd iView.

<b>Note:-A good tip would be to make the 2nd iView a nested iview.</b>

regards

Navneet

Please revert incase of doubt and acknowledge otherwise.

Former Member
0 Kudos

Can I create a nested iView as a tab?

I'm struggling with implementing the popup using a signal-out. When I change the endpoint to a signal out, I'm having issues capturing the data back to the source iView.

I'm poking around more with the data stores, since I haven't spent any time using them yet.

Thanks for you help

Former Member
0 Kudos

Hi David

Certainly yes, you could create nested iViews as tab.

Please look at the following link which contains the snapshots as to how to pass the data to the source iView:-

<a href="http://new.photos.yahoo.com/tautlenavo/photo/294928804433476733/2">Tabstrip in nested iview</a>

<a href="http://new.photos.yahoo.com/tautlenavo/photo/294928804433459939/1">Main Iview-multiple data access</a>

<a href="http://new.photos.yahoo.com/tautlenavo/photo/294928804433459938/0">Accordion of nested iViews</a>

Regards

Navneet

Message was edited by:

Navneet Giria

Answers (0)