Business Object

XML Schema (XSD) as database and /or Business object

Hello;
I have XML Schema (XSD) files and i want to used them as Business object to create database and facilitate the creation of user interface by (UI Designer).
how can I do it?

Update the field of bdm object while task remain to the current actor

Hi,

I want to update one of the fields of my business object without submitting the task.
Actually, I want to add notes of my current task without submitting it.

Is there any method to do that, a POST call to call update query or something else.
I have read in the documentation that only SELECT queries are allowed.

Asad Shakeel

Call a business data (custom) query with multiple filter

Hey guys,
I created a table like in the "getting started tutorial": https://www.bonitasoft.com/resources/videos/getting-started-tutorial?des... and everything works fine.

But now I want to get my table filled not with items via one filter, but with two.
So the actual code looks like this and its working:
../API/bdm/businessData/com.company.model.ManuskriptEinsenden?q=findByUserAndStatus&p=0&c=10&f=userId={{session.user_id}}&f=status=abgelehnt

Business Object query in Bonita Studio

Notifications