UpdateOptionValue Action
Updates an option value in a global or local option set.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Color
|
Edm.String | True | False | The hexadecimal color assigned to the option. |
OptionSetName
|
Edm.String | True | False | The name of the global option set. |
AttributeLogicalName
|
Edm.String | True | False | The name of the attribute when updating a local option set in a picklist attribute. |
ExternalValue
|
Edm.String | True | False | The name of a value as it exists in an external source. |
EntityLogicalName
|
Edm.String | True | False | The logical name of the entity when updating the local option set in a picklist attribute. |
Value
|
Edm.Int32 | False | True | The value for the option. |
Label
|
Label | True | True | The label for the option. |
Description
|
Label | True | True | Description for the option. |
MergeLabels
|
Edm.Boolean | False | True | Indicates whether to keep text defined for languages not included in the Label. |
ParentValues
|
Collection( Edm.Int32 ) | False | True | The parent values for the option being updated. |
SolutionUniqueName
|
Edm.String | True | False | The name of the unmanaged solution that this global option set should be associated with. |