UI Designer

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.

UI Designer invalid input number

In UI Designer if an input is for a number a user can input alphanumeric text. $form.$invalid is then triggered and the submit button can be disabled.

Nevertheless there is no error message associated with this input / error which leads users to seek for a forgotten mandatory input field.

It would be nice if an error message was displayed next to the input. Another nice addition (wishlist mode) would be a "regexp validation" for complex user cases (I know I can write a custom widget for this but I feel it would benefit the whole community)

UI Designer Unable to do Piping

Hi,

I am trying to get the lay of the land and learn about the UI Designer. When I try to do piping using one of the variables, like so {{formInput.someVar.someValue | uppercase}}, I get a Error: [$parse:syntax] in the browser console. The field itself is filled with {{properties.placeholder | uiTranslate}}. So it seems like piping should work since this is done in placeholder properties also. It seems like its an angularJS error. Is there any way to fix this?

Show SQL Server connector Resultset in a table

Hi everyone Im using a SQL Server connector and saving the result in a multiple variable, but the value doesn´t seem to be in json format, so how can I show the result in a table widget in the UI Designer?

Regards,

Set value in select box

Hello everyone.
I want to use select box in UI Designer which take data from variable(List of string defined in studio).
can anyone help me?
Thanks a lot.
(I use Bonita BPM Community Edition 7.1.2)

Cannot use variable interpolation for placeholder

Hello

I am using BonitaBPM 7.2 community edition.
I have a text input and I wanted to use as a placeholder "Last available number: {{ myNumber }}"

The UI designer tooltip for placeholder suggests this is a valid option. Nevertheless this does not work and I get {{ myNumber }} as a placeholder.

I solved this by adding a text container with the hint inside but this would be nice if placeholders could effectively contain variable interpolation.

¿Por que no es evaluada una expresión JSON en las formas?

Hola, tengo una situación con Bonita 7.2.1 community donde las variables tipo JSON no son evaluadas en la forma y se visualiza la estructura JSON completa, Esto sucede apenas siguiendo el tutorial http://documentation.bonitasoft.com/getting-started-tutorial-2 con Google Chrome y Firefox. Esta imagen corresponde a la forma reviewTravelRequest pero sucede lo mismo con TravelTool.

can we add url inside a dynamically generated Table (TableWidget), which redirects to process a new task?

Hi,

can we add url inside a dynamically generated Table (TableWidget), which redirects to process a new task?
like:

Bonita version 7.0.1

data1 | data2 | data3 | link

data4 | data5 | data6 | link

Thank you,

Repeatable container styling

Hi everybody,

i'm trying to style a repeated container item depending on the value of a boolean variable. There is a list of bdms with attributes like date, text and author and so on... So if the bdm comes from a customer i want to use a other style (color, alignment) than if it were from an internal employee.

Obtaining data from a custom widget

Hi, in my main form i have an variable name "isValid" ($data.isValid) and i need to take the value from a Custom Widget, the widget is this:

Notifications