Represents the association between a Case and a Solution.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| CaseId
|
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Required. ID of the Case associated with the Solution.
|
| 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.
|
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.