Foreign-Entry-Table-Field

{
"type": "foreign-entry-table-field",
"id": "fETFEmail",
"label": "Foreign Entry Table Field",
"showInTable": true,
"isRequired": true,
"foreignEntryTableId": "fETEmail",
"colFieldId": "fetEmail",
"colFieldType": "email"
}

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
foreignEntryTableIdstringStores the id of the foreign entry table
colFieldIdstringStores the id of the column field to refer
colFieldTypestringIndicates the type of the column field which is being referred