Data access issue when JDBC binder(Custom Datasource)

Confluence User - 06 Aug, 2021

Have a simple registration form as shown below

Storing and retrieving data using JDBC binder & Custom Datasource. (Details below)

Issue1 : Not able to access the Form submit data in the Email Tool using #form
(Mail its either showing the same # or empty)

*****************************************************************************************************

Having an approval form as shown below and having the above form as subform. 

Issue 2: After Registration form submission. Its goes to approval, when am opening Approval form clicking on the approve link in Inbox. Data is not auto populating in the subform.

forms;inbox;approverequest;customdatasource;jdbcbinder

1


09 Aug, 2021
confluenceUser
confluenceUser

Hi, for the 1st issue, maybe the form data has not been stored in the database yet when the call to the form hash variable is made. Perhaps you can configure the email in a separate tool after the form activity. For the 2nd issue, there is likely a mismatch in the primary key ID. You will need to ensure that the "Parent Field to keep Subform ID" contains the correct value.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print