CascadeConfiguration ComplexType
Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
Archive | CascadeType |
Indicates the cascading behavior for archiving rows. |
Assign | CascadeType |
The referenced entity record owner is changed. |
Delete | CascadeType |
The referenced entity record is deleted. |
Merge | CascadeType |
The record is merged with another record. |
Reparent | CascadeType |
The referencing attribute in a parental relationship changes |
RollupView | CascadeType |
Indicates that the associated activities of the related entity should be included in Activity Associated View for the primary entity. |
Share | CascadeType |
The referenced entity record is shared with another user. |
Unshare | CascadeType |
Sharing is removed for the referenced entity record. |
Used by
The following use the CascadeConfiguration ComplexType.
Name | How used |
---|---|
OneToManyRelationshipMetadata | CascadeConfiguration Property |
ComplexOneToManyRelationshipMetadata | CascadeConfiguration Property |