You are here:
Create an Omnistudio Data Mapper Turbo Extract Example (Managed Package)
For the managed package runtime, a Data Mapper Turbo Extract retrieves Contacts for an Account having the specified Id.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
To download a data pack of this example for Omnistudio for Managed Packages, click here.
- On the Data Mapper tab, click New.
- Specify a Data Mapper Interface Name.
- Specify an Interface Type of Turbo Extract.
- Make sure the Input Type and Output Type are both set to JSON.
- Click Save. The designer page is displayed.
- Specify Contact as the Salesforce object and the Extract Output Path.
-
For the Filter, specify
AccountId = AccountId. -
Enter Name in the search field, and move FirstName and
LastName to the right list.

- Go to the Preview tab. If you see an Edit as Params link, click it.
- Click Add New Key/Value Pair. Specify AccountId as the Key and an Account Id from your org as the Value.
-
Click Execute. Note that FirstName, LastName, and Id are
retrieved for each Contact.


