hi thanks you for responding,
Just to be precise :
- First, in the studio i created a business object and then a contract based on that business object.
- With the UI designer, i created the instantiation form for that contract.
Everything seems to be working correctly: when i enter data in the form, it's recorded correctly in the business object i created .
Next, i created another business object called "clients" with 3 columns (numCli , nameCli, accCli) Thanks to the H2 console i inserted values to that table ( 4 records with SQL ==> insert into clients values .....)
Now what i want is to display the values of that table in the instantiation form . I don't want to feed the table from the form just to show me some data.
So i used the UI designer again and created a variable in the UI designer. That variable is a business data variable (i believe it's based on the BDM API where you can specify the business object, the query and the pagination) and i choose the query find. i made a table with the table widget and put that variable in that table and when i check the preview nothing shows up.
i tried it in a text area nothing again...
I came back to the studio and add the business object "clients" to the pool variable, but it doesn't give me results ...
i tried filters on queries and nothing shows up ...
i tried the weather API and it worked great, it shows me the data that I've specified.
I hope that you have enough information so you can provide me with a detailed solution. The documentation wasn't helpful and lack some information. the videos on youtube are not straight ahead and can quickly get you lost if it is your first using the software.
Thanks you in advance