OutSystem Entities and Variables
Hello Everyone, I hope you all are doing well. I am very happy to see your response and hopefully now you are having interest in my blogs to learn more about OutSystems. So today's topic is OutSystem Entities and the variables used in OutSystems. If some of you are aware about the database then you must know about the Entities. Entities are the tables in which we can create our data, retrieve our data, update our data and delete our data according to the requirement. Each new instance or record of an Entity is inserted as a row on the corresponding table .A different Entity should be created for each application concept An Entity is defined by fields called Attributes As we can see from above image that we can add entity directly by clicking on database. Entity data is stored in its attributes. Each Attribute ● Is a Column on the respective database Table ● Must be one of the Basic Types Every Entity is created with a special Id Attribute ...