1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      3
      2
      1

      If you have the id of the table. You can either use jdbc to populate fields of your form or you can use ajax subform to get them populated automatically 

        CommentAdd your comment...