How to pass data in a repeating grid to a subcase
I have a repeating grid which is inside a dashboard with containing data specific to a operator that is logged into their account.What i want is to pass that values to a subcase when the specifc record of the repeating grid is clicked. (Currently i have propogated the values from the parent case) but the real values are stored in the data table.



Hi,
Which PRPC version are you working with ? I guess you should be able to configure your ONCLICK (from your grid) to take the index of the line as a parameter to finally retrieve all the needed information from the grid page.