Solution
This is a table representing the Solution entities in SalesForce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Solution ID' corresponds to this field. | True |
| IsDeleted | System.Boolean | Label 'Deleted' corresponds to this field. | True |
| SolutionNumber | System.String | Label 'Solution Number' corresponds to this field. | True |
| SolutionName | System.String | Label 'Title' corresponds to this field. | False |
| IsPublished | System.Boolean | Label 'Visible in Self-Service Portal' corresponds to this field. | False |
| IsPublishedInPublicKb | System.Boolean | Label 'Visible in Public Knowledge Base' corresponds to this field. | False |
| Status | System.String | Label 'Status' corresponds to this field. | False |
| IsReviewed | System.Boolean | Label 'Reviewed' corresponds to this field. | True |
| SolutionNote | System.String | Label 'Description' corresponds to this field. | False |
| OwnerId | System.String | Label 'Owner ID' corresponds to this field. | False |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
| TimesUsed | System.Int32 | Label 'Num Related Cases' corresponds to this field. | True |
| IsHtml | System.Boolean | Label 'Is Html' corresponds to this field. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |