In managing my entity I would like to add a link to a parent but I do not find the option when I create the field. Reading in the forum I understood that I have to change the json related to the entity in entityDefs.
I modified the file like this:
patch : custom\Espo\Custom\Resources\metadata\entityDefs
file : Prestazioni.json
add into "fields"
"parent": {
"entityList": [
"Account",
"Lead",
"Contact",
"Opportunity",
"Case",
"Pratiche",
"ElaborazioneCedolini",
"Contratti",
"ServiziContratto",
"EFP",
"Corsi",
"Partecipanti"
]
},
add the field in the layout manager dettails and when the text I find a simple text field labeled parent, where am I wrong? thank you
Comment