You are here:
Omnistudio Data Mapper Extract Examples
Data Mapper Extract examples demonstrate object relationships, paging with data values, paging with offsets, and relationship notation.
For additional examples that show how you can improve Data Mapper performance for some use cases using relationship notation, see Relationship Notation versus Multiple Extract Steps.
- Extract Fields from the Account Object Example
In this example, a Data Mapper extracts an account ID parameter and returns the account name so that an Omniscript can use the extracted account data. - Extract Data from Three Related Objects
Create an Omnistudio Data Mapper Extract for use by a Case-handling Omniscript. The agents who handle Cases can look up an Account, list all the Cases for the Account, and find the Contact for each Case. - Use Data Values and Page Through Sorted Data
If an Omnistudio Data Mapper Extract is expected to retrieve numerous records, you can use paging to retrieve a few at a time based on field values. For example, you can page through Accounts by Id. - Page Through Sorted Data Using Offsets
If an Omnistudio Data Mapper Extract is expected to retrieve numerous records, you can use paging to retrieve a few at a time based on OFFSET values. For example, you can page through Contacts by last name.

