How do I reference an entity called furnace to another entity called furnaceTable.
Create an attribute called OtherEntityNameId of type OtherEntityNameId in the table.
In your case: add FurnaceTableId in Furnace if a Furnace can have multiple FurnaceTables or
FurnaceId in FurnaceTable if a FurnaceTable can have multiple Furnaces
Take look at this documentation to learn about Data Modeling:https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Data_Modeling/Entity_Relationships
Hi Erwin,
thank you for your help