CascadeType EnumType
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
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. |
Types that use the CascadeType enum type.
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. |
참고 항목
기타 리소스
Web API EntityType Reference
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.