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.
This is my api request: …/API/bdm/businessData/ats.model.Customer?q=query1&p=0&c=10
This is what the chrome console shows:
This is my form:
Here is the link to the official bdm api document: https://documentation.bonitasoft.com/bonita/7.9/bdm-api
Please help me. Thank you very much for your time.