You are here:
Create a Remote Action Apex Class Example
This example Integration Procedure uses a Remote Action to call an Apex class and demonstrate how to reserialize data.
Importing Omnistudio for Managed Packages data packs into Omnistudio orgs is supported, and conversion is automatic. But importing Omnistudio data packs into Omnistudio for Managed Packages orgs isn't supported.
To build this example:
- Create the TestReserializeApex Class.
- Create the Integration Procedure with the Remote Action.
- Test the Integration Procedure with the Remote Action.
- Create the TestReserializeApex Class
Before you can create the Integration Procedure example, you must create the TestReserializeApex Apex class that it calls. - Create the Integration Procedure with the Remote Action
An Integration Procedure retrieves and reserializes the value of anamevariable from the TestReserializeApex Apex class. - Test the Integration Procedure with the Remote Action
After you have created the example Integration Procedure with the Remote Action, the final task is to test it.

