JSON Tool submit Grid content

Confluence User - 04 Jul, 2017

I've tried to use the "form hash variable" to access the different rows of the Grid. This doesn't seem to be supported by the "form hash variable".

What is the preferred way of calling a restfull service with the content of a grid?

forms;json;tool;grid

1


06 Jul, 2017
confluenceUser
confluenceUser

Going with the hash variable way, we will need to get a hash that returns multirow data in a singular value. Since we can't find the one out of box, we can write one.

  1. Use https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=beanshell_hash_variable-v1 plugin, to run the java code.
  2. In the java code, call the FormDataDao#find method and pass in the necessary foreign key into "condition" parameter to load multi rows.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print