/
Configuring a Shared Embedded Entity
Configuring a Shared Embedded Entity
Follow these steps to create a shared embedded entity:
- Create an Entities record for the embedded entity. See Creating a New Entity for instructions.
- Add all necessary data fields to the new entity.
- Add the following three fields to support the shared embedded object functionality:
- OwnerEntity (nvarchar(100)): This field is used to identify the entity name for the record that "owns" a particular embedded record.
- OwnerRecordID (int or bigint): This field is used to identify the record in the OwnerEntity that created a particular embedded record.
- Locked (bit): This field is used to indicate 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 and cannot be updated.
- Complete the configuration of the embedded entity.
- Save and close the Entities record.
, multiple selections available,
Related content
About the Embedded Entity Role
About the Embedded Entity Role
More like this
About the Shared Embedded Owner Role
About the Shared Embedded Owner Role
More like this
Important Notes Concerning Embedded Objects
Important Notes Concerning Embedded Objects
More like this
Configuring Owner Embedded Links
Configuring Owner Embedded Links
More like this
Configuring Owner Embedded Links
Configuring Owner Embedded Links
More like this
About the Dynamic Shared Embedded Non-Owner Role
About the Dynamic Shared Embedded Non-Owner Role
More like this
Copyright © 2014-2019 Aptify - Confidential and Proprietary