Foreign-Entry-Field

{
"type": "foreign-entry-field",
"id": "fEFEmail",
"label": "F E Field Email",
"showInTable": true,
"isRequired": true,
"fieldId": "fEEmail",
"fieldType": "email",
"foreignEntryId": "EmailForeignEntry"
}

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
fieldIdstringStores the id of the field to refer
fieldTypestringIndicates the type of the field which is being referred