cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying values dynamically in the List box in activiti UI

Arun_nmc
Champ on-the-rise
Champ on-the-rise

Hi,

we are in need of displaying values fetching from activiti DB(related_content) and display the file  name dynamically in the list box.

As activiti -UI list box supports  to configure static list, so  is there  a way to dynamically display  values from database and get it displayed in the activiti UI by doing some configuration under the  Javascript section of the Design form of the activiti UI.

or is there any other possiblity to do the minimal customisation in order to achieve this,

Thanks

Arun K

1 REPLY 1

abbask01
Star Collaborator
Star Collaborator

If its connected to RelatedContent[Attachments] on tasks and process - you create a custom form stencil with angularJS code that calls the related content rest-api to fetch the files. and loads into your dropdown.

Another way would be to create a custom UI rest api that reponds with your data and use it in the dropdown config. add to your API endpoints from IDM. 

Hope it helps.

Regards,
Abbas