ExtraFieldValue
Type, Introduced in version 2.18
Sets a specific extra field value of an entity.
Used by the SetExtraFieldValues command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Identifier | String | The identifier of the extra field.
|
|
ExtraFieldTemplateId | Int64? | The business key identifier of the extra field template. |
Introduced in version 25.2 |
Comment | SetComment | The comment value to set for the extra field. |
|
StringValue | String | The string value to set for the extra field. |
|
IntegerValue | Int32? | The integer value to set for the extra field. |
|
DecimalValue | Decimal? | The decimal value to set for the extra field. |
|
DateOnlyValue | DateTimeOffset? | The date-only value to set for the extra field. |
|
DateTimeValue | DateTimeOffset? | The date-time value to set for the extra field. |
|
MultiOptionsValue | String[] | The multi options value to set for the extra field. |
|
OptionsValue | String | The options value to set for the extra field. |
Example
{
"Identifier": null,
"ExtraFieldTemplateId": null,
"Comment": null,
"StringValue": null,
"IntegerValue": null,
"DecimalValue": null,
"DateOnlyValue": null,
"DateTimeValue": null,
"MultiOptionsValue": null,
"OptionsValue": null
}