TargetFieldType Enum

Definition

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

public enum class TargetFieldType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum TargetFieldType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type TargetFieldType = 
Public Enum TargetFieldType
Inheritance
TargetFieldType
Attributes

Fields

All 0

Initialize all possible attribute values.

ValidForCreate 1

Initialize the attribute values that are valid for create.

ValidForRead 3

Initialize the attribute values that are valid for read.

ValidForUpdate 2

Initialize the attribute values that are valid for update.

Applies to

See also