May be I've some planks in front of my head ...
I've an entity Bounces type Base and an entity Personen
In the Entity Bounces there is a field id and a field PersonenID - varchar 24 - (as result from an import)-
I've only the base-relations. I can't use a normal relation between Bounce and Personen - this wood be between Bounce.id and Personen.BounceId.
How to set a link for the field to the record in the entity Personen where the Persionen.id = Bounce.PersonenId?
Alternative:
How to set a relation from Bounce to Personen with the link not between the ID of Bounce and the ID of the Personen-record - it must be a link between the field Bounce.PersonenId and Personen.id? This relation must be a 1to1 right.
Christoph
I've an entity Bounces type Base and an entity Personen
In the Entity Bounces there is a field id and a field PersonenID - varchar 24 - (as result from an import)-
I've only the base-relations. I can't use a normal relation between Bounce and Personen - this wood be between Bounce.id and Personen.BounceId.
How to set a link for the field to the record in the entity Personen where the Persionen.id = Bounce.PersonenId?
Alternative:
How to set a relation from Bounce to Personen with the link not between the ID of Bounce and the ID of the Personen-record - it must be a link between the field Bounce.PersonenId and Personen.id? This relation must be a 1to1 right.
Christoph
Comment