Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 Image Removed 

    Shared Embedded Fields in Addresses EntityImage Added