TargetFieldType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
All | 0 | Initialize all possible attribute values. |
ValidForCreate | 1 | Initialize the attribute values that are valid for create. |
ValidForUpdate | 2 | Initialize the attribute values that are valid for update. |
ValidForRead | 3 | Initialize the attribute values that are valid for read. |