cancel
Showing results for 
Search instead for 
Did you mean: 

Passing selected rows in a table to Popup Iview

Former Member
0 Kudos

Hi all,

I have a main iview in which i search and display some data in a table. Users can select multiple rows from the table and upon clicking on a button in the table toolbar, all the selected rows should be passed to a popup iview.

But, when i tried, only one value is passed to the popup.

I need to update a set of rows together from the popup iview.

Is it a limitation of pop iviews in VC, or did i miss out anything?

I have selected "multiple select" option for the source table.

Can anyone advice us on this???

Thanks alot in advance

Shobin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shbin,

As per my knowledge, passing multi selected rows to be handled in the backend Action implementation. Nothing to be handle on VC side.

If you have the action for Multi selected(Multi row delete etc...) rows just use that action.

Thanks

sreeni

Former Member
0 Kudos

Hi Sreeni,

Thanks alot for your reply.

As I saw in some forum posts in SDN, multiple data rows can not be passed to a pop up.

My application has a list of submitted appointment orders which the authorized person can approve. I wanted a popup in order to provide a confirmation message when the user multi select and approve many AOs together.

I found a work around without using pop ups. Instead, I used layers to show the confirmation message. I passed the selected rows to another table using signal in and out.

It works now.

Thanks alot

Shobin

Answers (0)