Public Sector Solutions Developer Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
StandardValueSet Names and Standard Picklist Fields
Sample Apex Class to Create Case Records for Service Process Requests
Newer Version Available
Apex Reference
This Apex reference goes into detail about the built-in Apex ConnectApi classes and interfaces.
For Apex-related objects and SOAP API calls, see Objects and SOAP API Calls and Headers for Apex in the SOAP API Developer Guide.
-
ConnectApi Namespace
The ConnectApi namespace (also called Connect in Apex) provides classes for accessing the same data available in Connect REST API. Use Connect in Apex to create custom experiences in Salesforce. -
industriesintegrationfwk Namespace
The industriesintegrationfwk namespace provides interfaces for the Industries: Send Apex Async Request invocable action and for using the integration framework with Continuation. -
industriesserviceprocess Namespace
The industriesserviceprocess namespace provides an interface for a preprocessor class that transforms and validates data for custom attributes in the Service Catalog Connect REST API. -
Sample Apex Class to Create Case Records for Service Process Requests
When a service process request is submitted, an Apex class invokes the service process connect API to create a case. The apex class extracts the details provided for the service request and assigns these details to the data attributes defined for the service process in Service Process Studio. The Apex class then passes the attributes and their values to the connect API to create a case.