Displaying values dynamically in the List box in activiti UI

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 01:24 AM
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
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 02:30 AM
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.
Abbas
