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

1


01 Apr, 2019
confluenceUser
confluenceUser

Hi, try checking to verify that the ID of the loaded form matches the existing record. It is likely creating a new record because there is no existing ID.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print