#Form

Process for edit a record

Hi everyone, I'm developing an app with few process and I need to make CRUD functions. Basically, I have a BDM Object 'Customers' and I need to add a Edit feature. I know that all update process have to do trough a Process, but I can't found clearly how I have to design the process in order to get an external persistenceId, fill the form with that info, allow to update some fields and save it. Can anybody help me with this? Or share a example of something like that? Thanks in advance!

How can I prevent modal close on outside click ?

Hello everyone,

I'm working on a widget modal container in a form. I want to prevent modal close on outside click. The modal will be closed only on the button click.

I have tried this way for auto-open modal with custom widget :

function PbAutoPopupCtrl($scope, modalService) {

'use strict';
var options = {
backdrop: 'static',
keyboard: false
};

Add URL TO a form

Good morning ! so I have a process with two human tasks and added two external Forms to em using external URL option. Everything work fine in the portal . My goal is when I start the process outside the portal, I will be able to access the form using a URL containing that specific processeId and taskId, so how to build that URL , how to add it to the form , and what is the format of the Form URL ?

Error 404 with HTTPS (SSL) Enabled

Hello All,

Whenever we run a process under SSL, we get a 404 error.

Upon inspecting the browser developer console, we found out there's a blocked insecure resource reference:

Select Widget - How to pass two values ?

Hey guys,
In a select widget you can set the displayed key (in my case: E-Book), returned key (in my case: 490$) and the value (in my case $item.price).
xcxcxcxc.png

My problem is, that I need to fill two variable, because on the next page I want to see what the customer choosed and what the price is. For now, I only see the price.
How can I set the name of the product (->E-Book) and the price (->50$), by selecting "E-Book"?

Can't get document by url or id

Hey guys,
I read this: https://documentation.bonitasoft.com/6.x-7.2/documents-0 and tried to implement this but faild.
I tried two ways, that I will show you and maybe some of you can help me and say what the next steps could be.

First try:
I got the url of my pdf, its: documentDownload?fileName=BookOne.pdf&contentStorageId=1643
https://ibb.co/fPvwXJ

SELECT widget selected value

Hi All,

I have a SELECT widget that works perfectly, except for the fact that it doesn't display the current default value. It always defaults to the placeholder value.

This SELECT has the following parameters:

Placeholder: "Select an option..."

Available values: type_list, an external API variable that returns this JSON structure

How to send via formOutput the automatically set date(today)

Hey guys,
I'm new to bonity and have trouble with a date picker. I have a form with a date picker, which is set to read-only because I want to just set the date automatically.

So at this time my value of the date picker is set to "formInput.bvar_ManuskriptEinsendenInput.eingereichtAm", which is of course wrong, because I dont want the client to choose the date. "eingereichtAm" is my date-variable:
https://image.ibb.co/bApEao/d3w2.png

Text widget and ng-expression

Hi all,
I am trying to use ng-if expression inside a text widget, but without success.
e.g.
<div ng-if="{{my_var.email}}">Email: {{my_var.mail}}</div>
will print "Email: " either my_var.email is empty or not.
Any suggestions?
Thank you in advance.

Notifications