SolutionStatus
Defines different statuses for Solutions, such as Draft, Published, or Archived.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the solution status record. | |
| MasterLabel | String | True |
Display name of the solution status shown in the user interface. | |
| SortOrder | Int | True |
Order in which this status appears in dropdowns or picklists. | |
| IsDefault | Boolean | True |
Indicates whether this status is the default value for new solutions. | |
| IsReviewed | Boolean | True |
Specifies whether solutions with this status are marked as reviewed. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the solution status record. |
| CreatedDate | Datetime | True |
Date and time when the solution status was created. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the solution status. |
| LastModifiedDate | Datetime | True |
Date and time when the solution status was last updated. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the record. |