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.
ConnectApi.ServiceRequestInputRepresentation
Input details to manage a service catalog request.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| productId | String | ID of the catalog product being requested. | Required | 63.0 |
| attributes | Object | Intake attribute values submitted with the service catalog request. | Optional | 63.0 |
| context | Object | Contextual data associated with the request. | Optional | 63.0 |
| businessObjectId | String | ID of the related business object. | Optional | 63.0 |
| productAttributes | List<ConnectApi.ServiceAutomationProductAttributeInputRepresentation> | List of product attributes stored on the request and created as related items. | Optional | 64.0 |
| createdFromRecord | String | ID of the originating record, such as a Case or an Incident. | Optional | 66.0 |