1
0
-1

In a form I use a List Grid to input and store data values in child records related to the parent form by a foreign key. How can I, later in my process, access the field values in those child records, given the parent record id, using a JSON API or Hash Variables?

Thanks, Bill

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I am not certain if you can do it using JSON API or hash variables, but you should be to do it using some beanshell code or custom plugin. Found an article with sample beanshell code to load grid data at Load & Store Form Grid Data Using Bean Shell Form Binder.

       

        CommentAdd your comment...