Loading
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Create an Omnistudio Data Mapper Turbo Extract Example (Managed Package)

          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.

          Managed Package app icon 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.

          1. On the Data Mapper tab, click New.
          2. Specify a Data Mapper Interface Name.
          3. Specify an Interface Type of Turbo Extract.
          4. Make sure the Input Type and Output Type are both set to JSON.
          5. Click Save. The designer page is displayed.
          6. Specify Contact as the Salesforce object and the Extract Output Path.
          7. For the Filter, specify AccountId = AccountId.
          8. Enter Name in the search field, and move FirstName and LastName to the right list.
            The Extract Output Path is Contact. The Filter is AccountId = AccountId. Under Select Fields, Name is in the search field and FirstName and LastName are selected.
          9. Go to the Preview tab. If you see an Edit as Params link, click it.
          10. Click Add New Key/Value Pair. Specify AccountId as the Key and an Account Id from your org as the Value.
          11. Click Execute. Note that FirstName, LastName, and Id are retrieved for each Contact.
            Under Input Parameters, the Key is AccountId and the Value is the Id of an Account. The Response shows the LastName, FirstName, and Id of the first Contact extracted.
           
          Loading
          Salesforce Help | Article