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

Compare with Current View Page History

Version 1 Next »

Context

This is the form to capture the grid data.

On submission of this form, we would like to start a process instance for each of the rows from this grid.

We would like to start a process instance of the process definition "travel_approver_process".

We will need to pick up the grid data by matching the current batch record ID in gda_batch and list down records from gda_travel.

Sample SQL
SELECT * FROM app_fd_gda_travel WHERE c_batch = '#form.gda_batch.id#'

Solution



  • No labels