Hello !
I would want to create an enumeration that is inside the link field once selected. Here is the picture of what I get (a varchar 'Rôle') and the one of what I would want taken from another entity.
I checked the model of the entity where it is working and there is a enumeration field named entity1Role in entity2 and an enumeration field named entity2Role in entity1, entities 1 & 2 being related by a link.
I tried to reproduce it between the two concerned entities (account and contact) but there is already a field named after that and it is a varchar field not enumeration... I cannot delete it (see third picture, no remove button) nor create another under this name.
Can you please tell me if there is a way to fix this?
Thank you in advance
I would want to create an enumeration that is inside the link field once selected. Here is the picture of what I get (a varchar 'Rôle') and the one of what I would want taken from another entity.
I checked the model of the entity where it is working and there is a enumeration field named entity1Role in entity2 and an enumeration field named entity2Role in entity1, entities 1 & 2 being related by a link.
I tried to reproduce it between the two concerned entities (account and contact) but there is already a field named after that and it is a varchar field not enumeration... I cannot delete it (see third picture, no remove button) nor create another under this name.
Can you please tell me if there is a way to fix this?
Thank you in advance
Comment