A one-to-one relationship from Entity A to Entity B is created by ...
changing the Entity B identifier data type to Identifier.
changing the id attribute of Entity B to not be an auto-number and assigning a value to it programmatically, when creating a new record.
adding a new attribute to the Entity B with data type Identifier.
adding a new attribute to the Entity A with data type Identifier.
Submit