Foreign-Entry-Table

{
"type": "foreign-entry-table",
"id": "fETEmail",
"label": "Foreign Entry Table",
"showInTable": true,
"isRequired": true,
"colFieldId": "fetEmail",
"colFieldType": "email",
"searchResFieldIds": ["fetEmailREq"],
"foreignEntryId": "EmailForeignEntry",
"tableFieldId": "feEmailtable"
}

Field Attributes

NameTypeDescription
idstringAssigns a name for the given field on the backend. This name can be used to refer this field in another field
labelstringAdds a label to the given field
isRequiredbooleanMakes a field mandatory
showInTablebooleanDisplays the field in a table after saving the entry
foreignEntryIdstringStores the id of the foreign entry
tableFieldIdstringStore the id of the table field which is being referred
colFieldIdstringStores the id of the column field to refer
colFieldTypestringIndicates the type of the column field which is being referred
searchResFieldIdsstringIndicates extra fields to inlcude in search purpose to avoid multiple results