Select widget using bdm in bonita ui

1
0
-1

I want to show list of IDs and string in bonita ui select widget. I am new to bonita I have done this using process variable but i need it using bdm. can anybody provide a guide or solution. Any help will be appreciated. Thanks in advance.

Update:
Actually i want a list of id(int) and name(string) stored in process in any variable. Then i want to show this list in bonita ui select widget using my business variable. I have done this by using process variable of Type collection then i have displayed this collection in select widget.I want to fill my Select widget from my BDM using script/ from database?

1 answer

1
0
-1

I don't think you do to be honest...unless your list of Select items is to be managed by a process also.

There is a lot of discussion on the use of BDM but in general the use of a BDM should be restricted to "transactional records". The select items are not a transactional record and therefore don't really qualify.

Recognising the why we are doing it this way is part of the process of system architecture and design.

If you can give more information we may be able to help but in general Select lists are simply lists.

regards
Seán

PS: While I understand this may not be the answer you are looking for it does answer your question, please mark as resolved by ticking the tick mark on the left of this reply so others now it is closed.

Comments

Submitted by lee.chang223 on Mon, 12/05/2016 - 23:06

Actually i want a list of id(int) and name(string) stored in business object and populated by a connector in script. Then i want to show this list in bonita ui select widget. I have done this by using process variable of Type collection then i have displayed this collection in select widget.I want to fill my Select widget from my BDM dynamically using script/ from database?

Notifications