EntityFilters 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 entity metadata to retrieve.

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

Members define the discrete options for the enumeration type.

Name

Value

Description

Entity

1

Use this to retrieve only entity information.

Attributes

2

Use this to retrieve entity information plus attributes for the entity.

Privileges

4

Use this to retrieve entity information plus privileges for the entity.

Relationships

8

Use this to retrieve entity information plus entity relationships for the entity.

All

15

Use this to retrieve all data for an entity.

The following use the EntityFilters enum type.

Name

How used

Description

RetrieveAllEntities Function

EntityFilters Parameter

Retrieves metadata information about all the entities.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: