Solution
Stores solutions used in the knowledge base for resolving customer issues.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the solution record. | |
| IsDeleted | Boolean | True |
Indicates whether the solution has been deleted from the system. | |
| SolutionNumber | String | True |
Auto-generated number used to uniquely identify the solution. | |
| SolutionName | String | False |
Title of the solution, typically summarizing the issue and resolution. | |
| IsPublished | Boolean | False |
Indicates whether the solution is publicly visible in the internal knowledge base. | |
| IsPublishedInPublicKb | Boolean | False |
Specifies whether the solution is published to the public knowledge base for external access. | |
| Status | String | False |
Current status of the solution, such as Draft, Reviewed, or Published. | |
| IsReviewed | Boolean | True |
Indicates whether the solution has been reviewed as part of the publishing process. | |
| SolutionNote | String | False |
Detailed description or resolution steps provided in the solution. | |
| OwnerId | String | False |
User.Id |
Identifier of the user who owns the solution record. |
| CreatedDate | Datetime | True |
Date and time when the solution was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the solution. |
| LastModifiedDate | Datetime | True |
Date and time when the solution was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last updated the solution. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the solution. | |
| TimesUsed | Int | True |
Number of cases that have been linked to or resolved using this solution. | |
| LastViewedDate | Datetime | True |
Date and time when the solution was last viewed by a user. | |
| LastReferencedDate | Datetime | True |
Date and time when the solution was last referenced in another record or context. | |
| IsHtml | Boolean | True |
Indicates whether the solution content is formatted using HTML. |