DeleteOptionValue Action
Deletes 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 |
---|---|---|---|---|
OptionSetName
|
Edm.String | True | False | The name of the option set that contains the value. |
AttributeLogicalName
|
Edm.String | True | False | The logical name of the attribute from which to delete the option value. |
EntityLogicalName
|
Edm.String | True | False | The logical name of the entity. |
Value
|
Edm.Int32 | False | True | The value of the option to delete. |
SolutionUniqueName
|
Edm.String | True | False | The solution name associated with this option value. |