how to execute a beanshell from another beanshell?

Confluence User - 22 Mar, 2022

When I submit form A's data, in form A's beanshell , I need to save Form B using FormDataDao.saveOrUpdate

So how to execute  form B's beanshell in this scenario?

forms;beanshell

1


23 Mar, 2022
confluenceUser
confluenceUser

Hi, from its name, FormDataDao.saveOrUpdate appears to be for saving data directly into the database. In your case, you might want to try to "submit" the form instead using a method like FormService#submitForm or AppService#submitForm.1.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print