Capture User Selection

I want  to capture the selection of user. For example In an ECO’s Affected Items tab, if user selects two rows out of 10 rows. I wanted to get the details of the two rows selected.

Add Comment
1 Answer(s)

Hello Karthik,

There is no way to know the rows a user has selected. How do you intend to even send that information as there is no event like selection of table row etc. At best what you can do is that when a user updates certain rows of  a table and click saves then use the Update Table Event to get the table’s dirty rows. The dirty rows will provide the dirty (updated) values. 

Regards,
Furqan Tariq

Agile User Answered on March 3, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.