OwnershipTypes EnumType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Specifies the type of ownership for an entity.

This Web API enum type corresponds to the organization service OwnershipTypes.

Members define the discrete options for the enumeration type.

Name

Value

Description

None

0

The entity does not have an owner. For internal use only.

UserOwned

1

The entity is owned by a system user.

TeamOwned

2

The entity is owned by a team. For internal use only.

BusinessOwned

4

The entity is owned by a business unit. For internal use only.

OrganizationOwned

8

The entity is owned by an organization.

BusinessParented

16

The entity is parented by a business unit. For internal use only.

The following use the OwnershipTypes enum type.

Name

How used

Description

EntityMetadata EntityType

OwnershipType Property

Contains the metadata for an entity.

ComplexEntityMetadata ComplexType

OwnershipType Property

Contains the metadata for a complex entity.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: