Changes between Version 35 and Version 36 of S3/S3Model/SuperEntities
- Timestamp:
- 05/16/14 08:19:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/SuperEntities
v35 v36 96 96 === Linking to a Super-Entity === 97 97 98 Both, instance tables as well as shared componentsneed to be linked to the super-entity.98 Instance tables as well as shared components both need to be linked to the super-entity. 99 99 100 100 This can be done by inserting a ''super-key'' field into the instance/component table which must have the same name as the primary key of the super-entity. You can use the {{{super_link()}}} function to do this: