UI Designer

Al poblar una tabla desde un objeto List<List> me muestra todos los valores en la primera columna [4, 2006, 3] - bonita 7

Buenas tardes a toda la comunidad.
Soy nuevo en Bonita y desde hace un tiempo que tengo problemas para poblar una tabla en el UI Designer con los datos que desde un conector puse en una variable collection (Una Lista de Lista).

To reduce elements in select by previous selections

Hi,

controlli.png
I have a container formInput.contract.controlli. controlli is an array.
The select widget value is: $item.
The select widget available values is: controllos (Rest/Json) ['Pippo','Pluto','Paperino','Linux'].

When I add a new select widget with button add, I want that the number of element is reduced by previous selections.

How to update form created in UI designer when Contract changed

Hello,

I use Bonitasoft 7 Community Edition and UI Designer.

I have a human task and I created Contract and form in UI Designer. Later I changed (or added) variable in Contract. Is it possible to update form automatically? Or how can I add new widget for any variable from Contract.

How can I format Labels in UI Designer? How can I set color, font, size, ... for Label without using CSS? (Html tags did not work for Labels).

Note: An "Undo" button will be useful in UI Designer :)

Thank you!

Creating a 'Read-Only' Container

Bonitasoft 7 Community Edition.
UI Designer.

I am trying to build out a lengthy form. This form is initially filled out by one user and then passed to other users who will have access to edit a select number of inputs and fields based on their group IDs. While I can set each widget to be dependent on that variable, I would prefer to be able to organize the form into relevant containers and set each container to be 'Read Only' under certain conditions.

Is there a way, or a work around to set container widgets with 'Read Only'?

Thank you

How to update business data model with RestAPI

Hi,
how to update business data model with RestAPI?

I tried:
Request url: http://../API/bdm/businessData/{businessDataType}
Request method: PUT
Request payload: A business data (in JSON format)

But It does not work!

Thanks
Manolo

How can I change the starting day on calendar from Datepicker

I began to use new UI Designer 7.0.2 and found out that the popup calendar view from Datepicker widget was more simplified and sophisticated. However, the starting day of calendar is "Monday" that is still fixed, and we can not change it to "Sunday". The starting day of calendar differ by nation and also displaying need of week numbers differ by nation.

Problem to load all users by role name in Rest API

Hi, In UI designer I have a select widget populate by "users" variable. "users" is a External API. I want to load all users by role name "director".

With: ../API/identity/role?p=0&c=100&f=name=director I load the role with id 2.

With: ../API/identity/user?p=0&c=200&f=enabled%3dtrue&o=lastname ASC&f=enabled=true&f=role_id=2 I load all users by role id 2. "users" = ../API/identity/user?p=0&c=200&f=enabled%3dtrue&o=lastname ASC&f=enabled=true&f=role_id=2

How can I have masks for the input fields in Bonita 7 ?

Hi everyone,

I need to put masks in my input fields, on Bonita 7 forms. How do I do it using the new UI Designer? (Details, please, I am not that good programmer).

Regards,

Ricardo

Populating a form based on user Identity

Using Bonita version 7 community edition. Using basic Javascript no added features or add ins.

I have been attempting to have my form appear customized, based on the user ID of who opens the form. The form will display images and information relevant to that user/group.

Notifications