Hi Devs,
I have two entities, Camera and Lens. There is a 'current lens' relationship between the two which is one to one.
I expected that relationship would restrict a lens from being related to more than one camera at the same time, however Espo is letting me do that, eg:
I'm not sure if I've set it up right. Does Espo enforce a one to one relationship out of the box, or do I need to enforce the relationship programmatically?
Cheers,
Clare
I have two entities, Camera and Lens. There is a 'current lens' relationship between the two which is one to one.
I expected that relationship would restrict a lens from being related to more than one camera at the same time, however Espo is letting me do that, eg:
I'm not sure if I've set it up right. Does Espo enforce a one to one relationship out of the box, or do I need to enforce the relationship programmatically?
Cheers,
Clare
Comment