Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

CaseSolution

Represents the association between a Case and a Solution.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Fields

Field Details
CaseId
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. ID of the Case associated with the Solution.
This is a relationship field.
Relationship Name
Case
Relationship Type
Lookup
Refers To
Case
IsDeleted
Type
boolean
Properties
Defaulted on create, Filter
Description
Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
SolutionId
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. ID of the Solution associated with the case.
This is a relationship field.
Relationship Name
Solution
Relationship Type
Lookup
Refers To
Solution

Usage

You can't update this object via the API. If you attempt to create a record that matches an existing record, the request simply returns the existing record.