Form data
The following attributes are considered while processing the Form Data:
Attribute | Data type | Description |
---|---|---|
pk | PK | A unique identification number of the Book |
form_type | Text | Form Type code provided by your Implementations Lead |
form_config_pk | PK | PK of Form Configuration |
raw_fields | Map of Field Data | An object that will contain one mapping for every field specified in the Form Configuration |
tables | List of Tables | The list of associated tables |
Field data
Attribute | Data type | Description |
---|---|---|
value | Text | The value captured for field |
is_empty | Boolean | Confirms whether the value was empty on source Document |
alias_used | Text | Field alias used during capture returned as null if not applicable |
source_filename | Text | Filename for source Document |
Updated 3 months ago