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

Compare with Current View Page History

Version 1 Next »

When a form (i.e. Application Form) is mapped to a process activity, Joget will create a record row using the PID as the primary key in the Application Form table. If you are using the Form Data Update Tool (Enterprise) to update the same Form, Joget would be able to locate the database table and matching the Primary Key (PK) using the PID.

Things get tricky if you are trying to update a Form that is NOT directly part of the flow. Joget will not be able to use the same PID to match the record row.

The solution is simple. One will simply need to define a "id" field in the Update Fields section. State the value that would correspond to the record identifier of the Form.

Table Name:

transactions

PK

id

 

name

FK

account_no

Table Name:

accounts

PK

id

 

name

 

expiry

  • No labels