...
Method Detail
Interface Methods
useAjax
loadAjaxOptions
org.joget.apps.form.model.FormReferenceDataRetriever
Under wflow-core module
- Indicate that this field hold the primary keys for other form data records. The reference records can be retrieve using the interface method.
- This interface is used by org.joget.apps.form.service.FormUtil.loadFormData() and org.joget.apps.form.service.FormUtil.loadFormDataJson() method to to fetch submitted form data values including data from subforms, and reference fields.
Method Detail
Interface Methods
loadFormRows
public org.joget.apps.form.model.FormRowSet loadFormRows(String[] primaryKeyValues, org.joget.apps.form.model.FormData formData)
Retrieve form data rows for an array of specified primary key values.
Plugin Proeprties Options
...