1
0
-1

Hello,

 

Is there a way to use form field in bean shell tool plugin ? In fact, I would like to do some operations on these fields and then export them to variables.

If it is not possible, can I use form hash variable (#form.table.field#) ?

Finally, if it is still not possible, is there a way to get the id of the form just sent ?

 

Thank you in advance

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Yes. you can use form hash variable. It will auto retrieve the data based on process instance.

      If you want more control, you can use the FormService.loadFormData method to retrieve all data.

       

        CommentAdd your comment...