Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To show data from a process instance (e.g., list record) in a form, you must first create a Form that  where you want to show the data in. 

You must also create a Datalist that will be shown on in your Userview userview and add the Datalistelement  element to the Userviewuserview.

Once you have created the form, you must add the form element into the Userviewuserview. Be sure to set the 'Custom ID' property which will be ?be part of the hyperlink used to view the data from within the form. 


Figure 1: Create New Form Element in Userview

...

Code Block
http://localhost:8080/jw/web/userview/leaveApp/userview//applicationForm?id=21162_leaveApp_applyLeaveProcess

...

which uses the format \[*hyperlink*\]?\[*hyperlinkParameterName*\]=\[*columnNameValue*\]. hyperlink/hyperlinkParameterName/columnNameValue

After you publish the app and click on the Datalist in the Userview, you should see a new column with a hyperlink to open the data in the form. 

...