Form Grid load and save data
Confluence User - 11 Aug, 2020
I have a Form 'person' that have fields :name ,age and fk_processId to link the persons in this form table to the main request.
Grid:
so I load the data using bean shell from this from and insert the records into the form grid(person) and the user can update this grid values so I store records using multirecord binder
But if I use multirecord binder the grid will not saved in the main form when submitted
So how can I store using Multirecord binder and store the in main form field
Or how can I load records from table and save updates and save form grid json
Or for the first time load from Person table and second read person_grid Json value
forms;beanshell;datalists;database


