15
Views
2
Comments
Solved
how do I reference an entity to another entity

How do I reference an entity called furnace to another entity called furnaceTable.

2026-01-03 13-44-38
Erwin van Rijsewijk
Champion
Solution

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


UserImage.jpg
Sheikh Amir Bamadhaj

Hi Erwin,

thank you for your help


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.