TargetFieldType EnumType

Dynamics CRM 2016
 

Updated: November 29, 2016

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

Indicates the attribute type for the target of the InitializeFromRequest message.

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

Members define the discrete options for the enumeration type.

Name

Value

Description

All

0

All possible attribute values.

ValidForCreate

1

Attribute values that are valid for create.

ValidForUpdate

2

Attribute values that are valid for update.

ValidForRead

3

Attribute values that are valid for read.

The following use the TargetFieldType enum type.

Name

How used

Description

InitializeFrom Function

TargetFieldType Parameter

Initializes a new record from an existing record.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: