CascadeType EnumType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the type of behavior for a specific action applied to the referenced entity in a one-to-many entity relationship.
This Web API enum type corresponds to the organization service BusinessNotificationSeverity.
Members define the discrete options for the enumeration type.
Name | Value | Description |
|---|---|---|
NoCascade | 0 | Do nothing. |
Cascade | 1 | Perform the action on all referencing entity records associated with the referenced entity record. |
Active | 2 | Perform the action on all active referencing entity records associated with the referenced entity record. |
UserOwned | 3 | Perform the action on all referencing entity records owned by the same user as the referenced entity record. |
RemoveLink | 4 | Remove the value of the referencing attribute for all referencing entity records associated with the referenced entity record. |
Restrict | 5 | Prevent the Referenced entity record from being deleted when referencing entities exist. |
The following use the CascadeType enum type.
Name | How used | Description |
|---|---|---|
Assign Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
Delete Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
Merge Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
Reparent Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
Share Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
Unshare Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. | |
RollupView Property | Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright