Definitions
4 min
entity an entity is the information object through which the data is stored and managed it describes the structure of the data essentially, an entity consists of a unique id, which is used in the generic elements properties structure and definition of the data attributes designation property a property describes a data attribute of an entity essentially, a property consists of a unique id a name data type generic field name (e g custom ) lookupproperty a lookup property is a property that references a record of another entity the referencing property has the type "lookupproperty" and the id of the referenced entity as data type in a dataset, lookupproperty type properties are stored with the id of the referenced lookup dataset example entity "order" lookupproperty order status in an order record, the status field does not contain "finished", but the dataid of the record of the entity order status, which stands for the status finished n\ m entity technically identical to entity now, spare parts are to be recorded for an order so that this allocation (reference) can happen, an entity is created, which in the simplest case consists of two properties of the type lookupproperty one lookupproperty refers to the order, the other one to the spare part let's assume that there is an entity for orders and an entity for parts within the orders entity, all information about individual orders is captured within the parts entity, information about the possible spare parts is captured considered individually, they are two separate entities without reference this creates an n\ m entity in which individual spare parts can be assigned to an order to use this in the api, the dataid's of the orders and parts must be known to populate this entity