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. Value = 0.

ValidForCreate 1

Initialize the attribute values that are valid for create. Value = 1.

ValidForRead 3

Initialize the attribute values that are valid for read. Value = 3.

ValidForUpdate 2

initialize the attribute values that are valid for update. Value = 2.

Applies to

See also