CascadeType EnumType

Dynamics CRM 2016
 

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

CascadeConfiguration ComplexType

Assign Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

Delete Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

Merge Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

Reparent Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

Share Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

Unshare Property

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

CascadeConfiguration ComplexType

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

Community Additions

ADD
Show: