Get Form values in DefaultApplicationPlugin
Confluence User - 27 Jul, 2021
Hi Everybody
I'm developing a very simple DefaultApplicationPlugin used in a tool in my processes as a JMS Producer. In this plugin I have to pick the values filled in a form submitted just before the plugin is triggered. I know that this task is very simple using beanshell and form hash variables, but I'm looking for the equivalent accessors from Java code.
Reading the documentation brought me to the FormDataDao, in particular I'm referring to this FormDataDao - Knowledge Base for v5 - Joget | COMMUNITY
But I'm not sure if it's the right approach, because how can I know which is the primary key of the just submitted form? Is there any other approach? Thanks
forms;plugins