#BDM

Add to an array information that is displayed from the Bank in a Dropdown

I have a dropdown that displays the information that is saved in my BDM, are several products, what I need is to make a kind of page in the UI Designer as if it were a shopping cart so that the user can make an order with several products , Is it possible to do this, add in an array with all the selected products and their respective quantities? I've got in the Expense Reports example to add line through a button however the second line is already coming populated as the same content as above

How to create an interface or extraction of data using bdm

Hi,

I just want to create an extraction or interface file of data from bdm. Is this possible and then create a file with a format type that depends on our user?

Please help. Thanks

Failed to get information in bdm and used it in operations.

Hi,

I am getting the max value of a certain column in bdm table using custom query with parameter. Then I call the query using DAO and used it in the operations once the manager have approved the task. But when i run the task it always fails. I set the petCashNo to store a new series of pet cash no. Just want to create a petcash series number

This is my custom query

SELECT MAX(p.petCashNo)
FROM PettyCashHeader p
WHERE p.branch = :branch

Return of custom query is single

This is how i call my query in operations

Select widget using bdm in bonita ui

I want to show list of IDs and string in bonita ui select widget. I am new to bonita I have done this using process variable but i need it using bdm. can anybody provide a guide or solution. Any help will be appreciated. Thanks in advance.

[HTTP-POST] How to send data to the BDM using (Web-)REST-API?

Hello there dear Bonita-Community

My question regarding the implementation is whether it is possible to update a form, without explicitly fill out
the particular form. As described in the documentation, it is possible to access the Business Process
Model (bpm) and the Business Data Model (bdm) with the (Web-)REST-API. But i don't get how to update the specifically defined "attributes" in the bdm.

Is this possible?

Finding case related to particular data object

Currently, I am looking for a way to load the case data related to given data object. I went through the BonitaSoft documentation and I could not find a suitable API for that?

What is the preferred way of retrieving case data from when persistence object is available?

could not get a field value by reflection getter

hy, i have this blem

USERNAME=walter.bates | org.bonitasoft.engine.persistence.SRetryableException: javax.persistence.PersistenceException: org.hibernate.PropertyAccessException: could not get a field value by reflection getter of com.company.model.Devise.persistenceId

i want just init my bdm with data

BDM & Stored Procedure

EN=
I wonder with the arrival of BDM, if I chose as RDBMS (postgresql) for example. es that I could run stored procedures directly in the database. Because I do not know if the BDM have the same basic architecture as a normal relational data. foreign key etc.

FR =
j'aimerais savoir avec l'arrivée des BDM, si je choisit comme SGBDR (postgresql) par exemple. es ce que je pourrais exécuter des procédures stocké directement dans la base de donnée. Car j'ignore si les BDM ont la meme architecture qu'une base de donnée relationnelle normale. clé étrangère etc

Update BDM From API Rest Extension

Hello,

Do you know if there is a way to update Business Object from my BDM inside a Rest API extension ?

If yes, where can i find exemples ?

Thanks,

Kilian

¿Can I pass a complex data to a Custom Widget? for example a B D M(Bussines Data Model)

Hi all

I am a newbie at Bonita 7.2, my problem is: I have created a custom widget that is a Modal Panel or Pop-up to fill in some data from a BDM called communications and then save it in a BDM, the problem is that the parameters or properties you pass to a Custom Widget, only can be one of a reduced set of types, for example:
text
choice
html
integer
boolean
collection

Notifications