Display on text-field from database(SQL) Column

1
0
-1

Bonita BPM 6.3.6

What should i do, Ive try many ways to display the content of my column from the database like using the connector and connect it with the database but every time i run the bonita
it couldnt display the content from column(Customer Name) of my database..

I am using select widget (selection box) to get the unique ID of the customer, when i click on Edit and to Update Customer Form on the Customer name textfield and other display nothing.

there any script that i use.?

best regards,

1 answer

1
0
-1

Hi.

You don't need any script to do this.

You need : - A variable aof type List to store the result of your database query - A task with a database connector to send your query. In the output, you store the result in your List. - A human task with a form that has a Selection box. In this box you set the input data with your List.

Comments

Submitted by jaylongkit on Thu, 04/23/2015 - 09:06

thanks man:) :)

Notifications