How do I pre-populate form fields with data from Database based on a unique ID?
Confluence User - 21 Jun, 2021
Hi, I'm new to Joget. I'm trying to populate the Form's Text Fields (Multiple) with data from an external database (oracle) based on their own unique ID.
I'm actually looking at JDBC Binder but I'm not sure if that's the right approach.
To make this clearer, I'm basically trying to get customer information from the external database based on their customer_id.
Do you guys have any suggestions?
forms;database