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.
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