Forms

[HELP]: USING ACROBAT FORMS FOR DATA COLLECTION

Greetings Bonitapers,

I have been a developer using bonita for about a year plus and have just recently had need to use acrobat forms (in place of bonita forms) to collect data from end users while using the collected data to populate tasks for actors in my process. I have searched extensively but have found nothing useful, except that Adobe Systems has a Livecycle product suite with in built process management features but that is nowhere close to what I want.

Is there any way to push form's field data to dashboard comment field

hello,

I create one approval process , now when user log in to system he can find process status in comments on dashboard now when user go to task and fill form and then write some comment in filed of form . and store in variable

but i want that comment field of form , next user can see on dashboard's (portal) comment . how to achieve it

Use javascript to access field value in form.

I have a simple workflow that calls an external QC system to validate a file. Once the file is validated I make a call to get a base64 string which contains the PDF report for the file.

I have created a connector that calls the external QC system and loads the PDF Base 64 string into a process variable called pdfReport.

Now I want to use javascript to render the PDF report from a form inside of Bonita.

BOS 6.2 - How to fill a form from a DB record? (step-by-step, *please*)

[My environment: Bonita BPM 6.2 (Community Edition) / Windows XP / MySQL database]

Hello,

I’m a beginner in the BPM/Java/Groovy world and, although I’ve been able to do things like insertions and updates to a MySQL database from Bonita using forms and connectors, I have yet to find a clear, step-by-step method to do a Select query based on a value entered in a form by a user and fill out the rest of the form with the results of the Select.

BonitaSoft 5 and 6 - Start of BPM process - in lane or start element?

BonitaSoft version 5.x and 6.x (TalendBPM Enterprise edition)

Subject: Why the process-lane-form and getting rid of 'start case' button?

Dear BonitaSoft Comminuty,

Bonita Web Forms advanced

Hi,

I am newbie with Bonita BPM so maybe I am missing something.

I am trying to build a form that contains a filter area (Customer Search). Once you search with the filter area then load a table with the results (Customer results).

So once a row is selected I would like to do a database query and persist the data in a Java Object. Then show additional fields with the data of the java object (Customer details).

Use java object

Hi all,

I'm trying to set member of a Java Object like this

---

package pro.bonita;

import java.io.Serializable;

public class OpSum implements Serializable {

private static final long serialVersionUID = -7285183091396405846L;

private int a;

private int b;

public int getA() {

return a;

}

public void setA(int a) {

this.a = a;

}

public int getB() {

return b;

}

public void setB(int b) {

How to show entered data in a form as a list?

Hi,

I developed a form in lane in bonita and wanted to list the data entered as a plain HTML Page in the next step. For example, if I entered some info in the fields of first name, last name, age, Company name etc., then on submitting the form, it should display the HTML view on the next step as the list of fields entered by me. In order to do this, what methodology should I follow?

Thanks,

Shantanu

Change editability of a field in a form

Hi,

I'm trying to get a text field can be editable or not, depending on the value of a selectable field on a form.
Is there any option to do this without duplicating the widget?

I work with v5.10.1 of Bonita.

Thanks

Regards

How to display process data in forms ?

I have set some connectors, designed some forms, and I need some examples about how to manage data I get from connectors, and display them in my forms. So, users can interact with information.

Is there some example of how to do that ?

Notifications