#bonita7 #restapi #database #bdm #formVariable

How to retrieve data from H2 database and save it in a form variable?

Hello Bonita community,

My main goal is to make the form able to show suggestions when users type in using an auto-complete widget. To do so, I need to be able to get data from H2 database and save it in a form variable.

Now, I have a Customer Business Data Model. My goal is to retrieve data from this Customer H2 database and save it into my form variable called customersList. I know that one way to achieve this is through making a bdm api request. But, when I do, I don't receive any results.

Notifications