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 | |
|
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 | |
|
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
|
Edm.Int32 | False | True | |
|
SolutionUniqueName
|
Edm.String | True | False | Unique name of the solution. |
Return Type
| Type | Nullable | Description |
|---|---|---|
| InsertOptionValueResponse | False | The InsertOptionValue action returns the following value. |