Versions Compared

Key

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

...

Figure 1: Screenshot highlighting AJAX Subform in Form Builder

Image Modified

Figure 2: Screenshot highlighting AJAX Subform in Form Builder Preview

Image Modified

Figure 3: AJAX Subform Properties

NameDescription
IDElement ID (By declaring as "view_existing_claim", a corresponding database table column "c_view_existing_claim" will be created)
LabelElement Label to be displayed to end user.
Form

Target Form to be loaded.

Info
titleUsage of Hash Variable

The use of Hash Variables inside the target form is permissible but may be limited due to the nature of how the form is loaded.

Example 1: One can use #requestParam.primaryKey# to access the record ID.

Example 2: One can use #form.tableName.fieldId[{requestParam.primaryKey}]# to access field value of the given record ID.

Image Modified

Figure 4: AJAX Subform Properties - UI

...