#BDM

How to call the BDM API through AJAX from JavaScript Expression in UI Designer?

Hi,
I am using Bonita version 7.7.4.

I want to call the BDM API from the** Javascript Expression** through AJAX to get the specific data through query if a specific field is selected.

For now, I am doing this by creating a variable of External API in the UI Designer to get all the data from BDM in those variables.

Looking forward to an answer.

How is persistenceVersion used in BDM

What is persistenceVersion used for?

I would like to track revisions for some BDM variables for a process, and I am wondering if this is what persistenceVersion field is for.

Setting BDM in script connector

Hi,

How would one normally update the value of a BDM Business Variable within a groovy script connector?

I've tried:
myBusinessVariable.value = "";

and
myBusinessVariable.setValue("");

but neither seem to work.
Unfortunately I need to update 50+ variables like this, so using Operations is going to take a while to do, especially since each variable is going to need some processing done before being set. Ideally I want to be able to do this in a single script connector.

Issue while deploying BDM in Bonita studio

Hello,

We have around 50+ processes deployed on our local Bonitasoft 7.5.4 server. After I deploy all the processes, if I try to deploy a BDM change, the local H2 instance is throwing Out of Memory error as shown below and after this error, when I try to launch the portal a 500 error is being thrown and the only way to come out of this is to delete the local Bonita database file(bonita_journal.db.h2.db) which deletes all the deployed process. Hence, this has become a deadlock to us.

Any in-sight in to this problem is highly appreciated.

can't delete attribute in BDM

I've suddenly lost the ability to delete any attributes from BDM Objects. There used to be ADD, UP, DOWN & DELETE buttons. Suddenly, the DELETE button is no longer visible. Re-starting Bonita didn't help.

Any suggestions?

can't delete attribute in BDM

I've suddenly lost the ability to delete any attributes from BDM Objects. There used to be ADD, UP, DOWN & DELETE buttons. Suddenly, the DELETE button is no longer visible. Re-starting Bonita didn't help.

Any suggestions?

Update BDM - Living Page

To explain a little first, I have designed a Living page where all the cases of a process are shown in a table, and through different sections all the data of the selected case is shown.

After this, the following question arises:
It is possible to update some data of this information that I am showing of the case, this data comes directly from the BDM and I would like to know if it could be updated from a living page?

I would appreciate your help in this.

Regards,

Victor

Storing an item without overwriting previous value!

My scenario here involves two questions. Please go through the below lines:

populate combobox on instantiation form.

sorry i am really newbie on this soft,

I need help, i have combobox that i need to populate with the data from de BDM.

i have tried using APIs like the query name and that things but not work.

if anybody know where can i find one example that explain this step by step, because i need to do this fast.

Please help.

how to load data from the database?

Hi everyone
I'm trying to work with engine API to work with my processes, and I don't want to use REST API, so I need to know how can I export my DAO file from the Bonita studio and import it into my java project to work with it?

should I implement the DAO class myself?

Notifications