Dynamic Table Example in Form

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 01:51 PM
Hi,
I am new to APS and trying to use a dynamic table inside a form. I don't know how i can assign the data source to the table so that it can render it while process is executed.
I am working on APS 1.9.0 version.
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2018 12:53 AM
Hi,
Please refer this thread You can use script task to get the variables and store them in to the dyanmic table.You can also use execution listner to update the dynamic table data. Using ObjectMapper since dynamic table defination is stored as Json in the form so you need to get that using ObjectMapper
