TargetFieldType Enum

Definition

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

C++
public enum class 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.

Applies to

Product Versions
Dataverse SDK Latest

See also