Table

Créer un tableau "enfant"

Xn2Hf1Bonjour,

J'ai commencé à utilisé Bonita il y a peu de temps et j'ai un problème que je n'arrive pas a résoudre

J'essaye de créer un system pour ajouter un evenement dans un calendrier google grace a bonita.

Pour l'instant j'arrive a tout récupérer, et tout fonctionnait bien jusqu'à ce que ce matin j'essaye d'implementer la gestion de plusieurs personnes ( Pouvoir inviter des gens dans des évènements).

java.util.list in UI Designer

hi! i'm realy new in this world of bonitaBPM so please i hope your comprension. my question is:
how to create a table with a java.util.list in UI Designer, i'm making a form with a table but i can't set the parameter(java.util.list). The conector that i use is de CMIS to connect with alfresco and take a list of documents. but this conector return a Java.util.list.

Please help!

alinear a la derecha una columna de una tabla UI designer

buenas, he estado tratando de alinear a la derecha una columna de una tabla el cual contiene montos de una factura pero no se como puedo hacerlo

How to show content of a process variable in UI table

Hi,

I have a process variable "test", which is initialized as:

How to display BDM in table

I need to display the records that are in my BDM in UI Designer, so far I have only been able to display what is in my process variable, through the following code:
../API/bpm/caseVariable/{{task.caseId}}/listaTransportadoras

However I need to display my BDM records in a table in the UI Designer, how can I do this?

I tried to create an API like this:

../{{context.transportadoras_ref.link}}

And I called the attributes of my BDM like this:

retorno.status

Problemas al mostrar un Widget personalizado con una tabla, no muestra valores

Hola a todos,
Soy nuevo en Bonita 7.2, y estoy topando con problemas para mostrar los valores obtenidos en un Widget de tabla personalizada desde base de datos MySql, cualquier ayuda será agradecida.

I can't populate or display data from My Sql DB in a Custom Widget Table(JSON)

Hi all

I am a newbie at Bonita 7.2, struggling with displaying values, retrieved from a My SQL DB, in a custom table Widget. I need a little help, please.

¿Como introducir un check-box o radio buton en las filas de una tabla para elegir un elemento de la tabla?

Hola a toda la comunidad de Bonita, cualquier ayuda será agradecida, soy novato en bonita 7.2.
El problema es que voy a mostrar una tabla de Items (Widget de bonita) , y quiere poner un radio button en todas las filas y si selecciono una de las filas que se muestre deba jo de la tabla en un paner otros campos con más detalles sobre la fila seleccionada, pero sin ocultar la tabla original.

Por lo que he podido ver no lo permite el UIDesigner, y no se me ocurre como hacerlo.
Supongo que para hacerlo tendré que hacerme un Widget personalizado hecho por mi que haga esto.

¿How to put a check-box or radio button into the rows of a Table to select one row?

Hello to the hole Bonita community, I’m new in Bonita 7.2, any help will be appreciated.
This is the problem:
I have a table in the form with different rows and I need to select one of the rows and show the details of the selected row in a panel below the table.
I can't see the way of adding a check-box or radio-button into a table.
I think this isn't possible, and I will need to create a personalized widget or table to do this. Isn’t it?

If some know how to do it, I would appreciate.

Thanks!!

Fill table from mysql

Hi,

I try to show in a Table thez result of a query in mysql.

Table : Id, titre, description, date_ajout

I woul'd like to show the result in the table row by row like that:

1 | titre1 | desc1 | 2016-02-19
2 | titre2 | desc2 | 2016-02-19
3 | titre3 | desc3 | 2016-02-19

And not

[1,2,3] | [titre1,titre2,titre3] | [desc1,desc2,desc3] | [2016-02-19,2016-02-19,2016-02-19]

How can I do that?

Regards
BLE

Notifications