1
0
-1

Is it possible to create a row action on the datalist that allows you to populate the data in a form? Considering that the list of data is loaded using JDBC, the row action must be configured to open a predefined form with fields pre-populated with the corresponding data from the selected row.

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Possible! When using Form Update Process Tool Datalist Action or Bean Shell Action or JDBC Datalist Action , selected rows' primary keys will be passed over to the plugin itself, in the plugin, we can decide to perform action to insert records.

      or something simpler, as single record, use Hyperlink Action to redirect to a Form Menu by passing over all fields required as GET (part of URL). user will then submit the form to complete the record creation.

        CommentAdd your comment...