Versions Compared

Key

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

Form ID

Table Name

leaveApplication

leave_application

leaveDetails

leave_details

Relationship: One In this example,  the 'parent' form (leave application has one ) has one 'child' form (leave details).

Creating the Child Form: leaveDetails

Image Added

First, you will need to create a child form or the form that you would want to embed in your parent form. In the child form, add a field that will be used to store the ID of the parent form. In this example, we added the field leave_application_id.

Creating The Parent Form: leaveApplication

In the parent form, you can (optionally) add a field that will be used to store the ID of the child form. In this example, the field leave_details_id has been added. This is only needed in situations where there is a one-to-one relationship between the parent form and the child form. You can then embed your child form in the parent form by dragging the Sub Form form element into the section that you want the subform to appear in.

Linking the Child Form to the Parent Form

Image Added

Image Added

To link the child form to its parent, you will need to edit the properties of the subform input that you added to your parent form : leaveDetails

Image Removed

Linking the child form to the parent form

Image Removed

Image Removed

in the previous step. The following fields are available:

  • Parent Field to keep Subform ID: ID of the field in the parent form that will be used to store the ID of the child form
  • Subform Field to keep Parent ID: ID of the field in the child form that will be used to store the ID of the parent form

Using Your Newly Created Form

When using your parent form in a process activity, the system automatically fills in the IDs of the parent and the child forms upon form submission.

One-to-One Relationship
In a one-to-one relationship, you will only have to select a One to One relationship
One will only need to select on which form to be used in the subform 's properties if it is a 1-1 relationship. The child record will use the same ID as the parent form ID as the primary key.  In this case,
"Parent Field to keep Subform ID" can be set in this case so that the parent form has a reference to the child record.

...