JDBC load binder: Form submit is add a record
Confluence User - 30 Mar, 2019
Hi ,
I have created a form which i am trying to load using workflow variable with JDBC load binder. The query is as follows:
select * from app_fd_CUSTOMER c where c.id='#variable.customer_form_id#'
The form is getting loaded with all the data populate but on submit it is creating a new record rather than editing it .
Please let me know what i am missing
forms;datalists;#jdbcbinder