You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

To link a list record to a form:

In Datalist Builder, add a Hyperlink action in your design.


Figure 1: Add Hyperlink Action


Figure 2: Configure Hyperlink Action

Using the configuration above, an example resultant URL path would be

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

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

The hyperlink has been configured to point to the form bearing the ID "applicationForm".  This property ("applicationForm") needs to be created in the Userview first before it can be operational.


Figure 3: Create New Form Element in Userview

Make sure that the form element Custom ID is the same as what has been set earlier.


Figure 4: Sample of Listing


Figure 5: Opening the Form Via Link in the Listing

  • No labels