InsertOptionValue Action
Inserts a new option value for 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 | Reserved for future use. |
AttributeLogicalName
|
Edm.String | True | False | The logical name of the status attribute. |
ExternalValue
|
Edm.String | True | False | The name of a value as it exists in an external source. |
EntityLogicalName
|
Edm.String | True | False | Logical name of the entity. |
Value
|
Edm.Int32 | True | True | Value for the new status. |
Label
|
Label | True | True | Label for the new status. |
Description
|
Label | True | True | Description for the option. |
ParentValues
|
Collection( Edm.Int32 ) | False | True | The parent values for the option being inserted. |
SolutionUniqueName
|
Edm.String | True | False | Unique name of the solution. |
Return type
Type | Nullable | Description |
---|---|---|
InsertOptionValueResponse | False | Contains the response of the InsertOptionValue action. |