#UIDesigner

Deselect row in table data

Hello everyone
Is there any way for deselecting a row in a table. I would like to be able to hide the detail container setting the selected row to null when i click again on the row.

when I populate a list in uiDesigner 1 value updates all values (EDITED)

Hello,

I'm trying to populate a list of users with their roles, this is the code:

$data.user = 0;

$data.listaTratada=[];

$data.grupo = "";

for( var i = 0; $data.listaUsuariosTotal.length >= i; i++){

$data.apiGetRoles = "../API/identity/membership?p=0&c=10&f=user_id="+$data.listaUsuariosTotal[i].id+"&d=role_id";

$data.listaTratada.unshift({"grupo":$data.RolesPorUsuario[0].role_id.name,

"usuario":$data.listaUsuariosTotal[i].firstname,

"id":$data.listaUsuariosTotal[i].id});

Comment ajouter REST/Bearer dans le Header d'une ExternalAPI?

Bonjour,

Je voudrais afficher des ressources d'un service REST dans un écran fait avec ui designer qui est protégé par un bearer.

J'ai besoin de rajouter des éléments dans le header (une clé de bearer) de mon acces à une ressource REST / ExternalAPI.

Comment je peux la définir pour mon ExternalAPI?

Merci

Je suis en Bonita 7.11 mais je passerais bientot à la 2023.1 ( je ne sais pas si ca change)

Insert created forms inside application page

I'm making a transport request system with Bonita Soft. I've already created 4 forms that I've assigned with 4 different tasks in my Bonita process.

Now I want to create a Bonita application, so I have to complete the application descriptor file. I want to create my own custom pages for the application.

I would like to know if it was possible to insert the forms I've created previously inside my application page or not ?

Linking my application page and my BDM

Hello to all,

I'm working on a mission management process, I created my application with Bonita following the rules that was shown to me in the getting started.

I made it as a suite:

Click create an application page.
Choose my BDM and put it on the page
Choose the elements I would like to see on the application and eventually let the attributes of my BDM match what will be displayed

Create a variable for connection of BDM and page

After modeling I save my page.

Apply changes on running process instances

Hi everyone,

I have a running process that includes a responsive form, but I have to change some fields in the form without stopping the instance. Do you know if it's possible or not?

Retrieving the contextual variable processInstanceId and parentProcessId from the UI.

Hi everyone,
I’m currently trying to retrieve a business data object keyed by the processInstanceId via a filtered query. Unfortunately, I can’t figure how to access the processInstanceId or the parentProcessId from the UI.

Any thought

Thx
david

Retrieving the contextual variable processInstanceId and parentProcessId from the UI.

Hi everyone,
I’m currently trying to retrieve a business data object keyed by the processInstanceId via a filtered query. Unfortunately, I can’t figure how to access the processInstanceId or the parentProcessId from the UI.

Any thought

Thx
david

Using BDM relationship links in Ui Designer

Hello everyone!

I wanted to know if you could help me with the following queries:

1- Using UiDesigner, how can I get the value of the link of one of the clients? I am using a select widget.

2- Once I have obtained a link from the client, how do I obtain the information? I will use the information to load another select widget.

This is the json of the clients, each one has an vehiculosInversion:

How to make a radio button

Hello

I need help for make a radio button in a form in a bpmn.

I would like to have a radio button with Yes and No ("available values" ?) and it returns a string to an input contract (field "returned key" ?) when form is submitted. I have a String input in the contract (in french) "ndf.approbationService".

But i don't achieve to understand how it's supposed to work.yr4p.png

Link to the screenshot

Notifications