Firing Selection Listener from Another Action Chain
Summary
Firing Selection Listener from Another Action ChainContent
Hi,
I have a use case where I need to fire Selection Event defined in table from another Action Chain. Use case is as following.
Showing Emp data in a tabular format. User selects a row and we are showing selected row data in a form layout above table for the user to edit it.. Able to achieve till here.
Now once user selects a row and form layout gets populated with selected row data, user can edit the data and clicks on Save. Once the Save is successful, form layout should automatically gets populated with data of the row which is after the previous selected row, if there are any rows in the table. The next row should get highlighted as well the way it happens when we explicitly select a row.
Tagged:
0