Represents the status of a Solution, such as Draft, Reviewed, and so on.
For a complete list of fields in this object type, see the WSDL file for your organization and the Salesforce online help.
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| IsDefault | boolean | Defaulted on create | Indicates whether this is the default solution status value (true) or not (false) in the picklist. Only one value can be the default value. |
| IsReviewed | boolean | Defaulted on create | Indicates whether this solution status value represents a reviewed Solution (true) or not (false). Multiple solution status values can represent a reviewed Solution. |
| MasterLabel | string | Filter | Master label for this solution status value. This display value is the internal label that does not get translated. |
| SortOrder | int | Filter | Number used to sort this value in the solution status picklist. These numbers are not guaranteed to be sequential, as some previous solution status values might have been deleted. |
This object represents a value in the solution status picklist. The solution status picklist provides additional information about the status of a Solution, such as whether a given status value represents a reviewed or unreviewed solution. Your client application can invoke the query() call on this object to retrieve the set of values in the solution status picklist, and then use that information while processing Solution objects to determine more information about a given solution. For example, the application could test whether a given case has been reviewed or not based on its Status value and the value of the IsReviewed property in the associated SolutionStatus object.
This object is read-only. With sufficient permissions, your client application can invoke the query() and describeSObjects() calls on these objects. You cannot create(), update(), or delete() these objects.