If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This is the entity that is embedded in one or more container entities via an embedded link field. From a designer perspective, creating an embedded entity is the same as creating an entity, except you need to add three fields to support the sharing functionality:

  • OwnerEntity (nvarchar(100)): This field identifies the entity name for the record that "owns" a particular embedded record. For example, for a company's address, that Addresses record has Companies as its OwnerEntity.
  • OwnerRecordID (int or bigint): This field identifies the record in the -OwnerEntity that "owns" a particular embedded record. For a company's address, this is the ID of the particular Companies record that owns an Addresses record.
  • Locked (bit): This field indicates whether or not an embedded record may be updated. When set to 1, the embedded record has a static relationship with one or more container records. Shared Embedded Fields in Addresses Entity
  • No labels