Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
InsertStatusValue Action
- Namespace:
- Microsoft.Dynamics.CRM
Inserts a new option into a StatusAttributeMetadata attribute.
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. |
|
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. |
|
StateCode
|
Edm.Int32 | False | True | State code for the new status. |
|
SolutionUniqueName
|
Edm.String | True | False | Unique name of the solution. |
Return type
| Type | Nullable | Description |
|---|---|---|
| InsertStatusValueResponse | False | Contains the response of the InsertStatusValue action. |
