Discussion
1
Replies
160
Views
Posted: September 8, 2015
Last activity: October 3, 2015
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 Anush,
I guess you need to do the following ?
1. Show the repeating grid in the Parent case.
2. On click on one record in the grid, you will need to pass only that record into the Subcase, and it can be stored in the same page list of the subcase ?
3. You will need to use this pagelist in the subcase with only one record in the subcase processing ?
4. Now, why don't you try accessing the Parent case within the subcase in the situation where you want to use that instead of copying into the subcase directly?