Include a description of an elements function in its Internal Notes attribute. Vlocity is popular among many of our healthcare clients including Anthem. It enables the configuration of product offers. Add an Extract Step. They also serve as data sources for APIs and Apex code. Exports can be setup as a series of queries or a manifest. Assertion Failed! DataRaptors that get information from the parent of the primary sObject perform better when relationship notation is used. View their bill, which is stored in a billing system; choose to pay it; and select a specific way to pay it. Three types of DataRaptors (Extract, Transform, and Load) support formulas. Enterprise Product Catalog allows you to configure products, product bundles, price rules, availability and eligibility rules. Apply the name modifications to the DataRaptor or Apex class if the element name has to be altered. Streaming API Streaming API enables streaming of events using push technology and provides a subscription mechanism for receiving events in near real time. Vlocity track every Account and Contact as a Party. Change). In the next unit, you explore how to execute DataRaptors using DataRaptor Designer, as well as its features, formulas, and functions. rget org (the org to which you deploy the packa, and specify the URL for the org. Helping our team to create a professional documentation for Support Services process. Substitute values in fields (all DataRaptors can substitute values). Installing Vlocity DX To launch the OS X installer for Vlocity DX, locate the .dmg file that you downloaded and double- click it. Following DocuSign Action Elements are supported in OmniScript: Include in Calculation Output checkbox should be checked in the Calculation Step. You can filter the data and select the fields to return. The Tracking Service writes data to the Tracking Entry object:VlocityTrackingEntry__c. It has two advantages over a standard DataRaptor Extract. document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); Your email address will not be published. Come learn and grow with this congregation and also help spread the word! You can allocate 5 MB or what is needed in your context. Remember, no matter which type of DataRaptor you use, you can trust that your integrations of data will be faster to implement and easier to maintain. The installation dialog is displayed. Expression Engine is an APEX-based formula builder used across multiple areas inOmniStudio, including OmniScripts, DataRaptors, and Integration Procedures. Each row has its own start date and time, Reduce the number of fields the user must input information into by prefilling the fields using contextual data. To define a group of Vlocity components to be exported as a group, you create a project. Use the following designer tabs to specify what you want the DataRaptor to do. Display city and state together, separated by a comma. The Time to Live in Minutes setting determines how long the data remains in the cache. TheOmniStudioTracking Service is an event-tracking service that captures details of actions that users perform. If you have relationship fields on this object, you can reach through them to grab field values from the related record. click it. Saves data to one or more Salesforce sObjects by: Manipulates any data that comes from inside or outside Salesforce. Variables and Constants:Used in calculation steps, Aggregation Steps:Allow you to use data from an array input where the calculations are run on each element separately, Preprocessor Class:Apex classes used to manipulate the input of the calculation, Postprocessor Class:Apex classes used to manipulate the output of the calculation. After completing this unit, youll be able to: If you completed the OmniStudio Architecture module, you learned all about the OmniStudio suite of configuration tools and resources that provides guided user experiences for Salesforce customers. Integration Procedures are called from and return data to OmniScripts and OmniStudio FlexCards. To represent values that your function will require at runtime, use environment variables. If Vlocity part model is enable then Party records are auto generated in the background. Now lets look at what each DataRaptor does. When an OmniScript must fill fields in a PDF document. Here are the types of functions available. It's part of the documentation on the sucess community. A party is either a person, a household, a company or organization. 0% found this document useful, Mark this document as useful, 0% found this document not useful, Mark this document as not useful, Save Vlocity DX Setup Documentation.pdf For Later, Vlocity DX is a desktop application that enables you to migrate Vlocity components from one org to. For synchronous Transaction, to avoid hitting Salesforce Governor Limits for Long Running Transaction, processing time must be under 5 sec. Here is an example of adding a simple String replace function to DataRaptor Formula. An OmniStudio Action can launch the same OmniScript from multiple FlexCards. After being acquired by Salesforce, Vlocity is now part of Salesforce Industries. Try to keep the number of objects to 3 or, Use Relationship Query to reduce the number of Extract Objects. We are only covering the DataRaptor Extract type in this unit and we will cover the other types in later modules. Multiply the number of texts sent by the rate per text to get a total amount for a cell phone bill. Ensure that all filtering and sorting (ORDER BY) operations are on indexed fields. DataRaptors can access external objects and custom metadata as well as Salesforce objects. For example, you can develop apps on a dedicated development org, then use Vlocity DX to deploy them to a QA org until they are ready for use in production, and. Vlocity > Vlocity Dataraptor Designer > open the required dataraptor Go to the options tab > Check Field Level Security. Follow below OmniStudio DataRaptors best practices. In Service management, there is DataRaptor, Integration Procedure, and calculations. Head to the next unit, where you learn to build a couple of different DataRaptors. Most objects being deployed have a field or set of fields used to find unique records like an External Id in Salesforce. 200 items is the maximum that should be in one OmniScript. For example, you can develop apps on a dedicated development org, then use Vlocity DX to deploy them to a QA org until they are ready for use in production, and. 2)In Extract Data raptor, to fasten the mapping process, its better to copy the expected Json from Omniscript Perview and paste in Output tab of dataraptor. Navigate Action - Send the user back to a previous page after the interaction is complete. Copy the record Id from the URL. On theOutputtab, you take the field values from your query (called the Extract JSON Path) and map them to variable names you wish to use in your FlexCard (called the Output JSON Path). The installation dialog is displayed. Listed below is a list of Environment variables that can be utilized in the Dataraptors and Integration Procedures. You might just need to refresh it. Create targeted DataRaptors that only extract or load the data needed for one operation, Use relationship notation (queries) whenever possible to pull data from other Objects, Try to keep the number of Objects to three or fewer, Ensure that all filtering and sorting operations are on indexed fields. Integration Procedures are a way to retrieve, save, and manipulate data behind the scenes. This is a step-by-step guide for creating a DataRaptor that extracts a single, specific record from Salesforce. Attribute Assignment Matching Key when using Override Definitions is not correct. Display Display element is used for displaying text and images on the screen to enhance the usability of the UI, Functions Functions elements are used for performing calculations within the OmniScript, showing conditional messages, and providing geolocation, Group Group element is used for grouping elements together on the UI, Inputs Input elements are used for system or user input or selection, OmniScripts Omniscripts elements are used for reusing any other OmniScript, DataRaptor Extract Action Get data from one or more Salesforce records, DataRaptor Post Action Update the data in one or more Salesforce records, Integration Procedure Action Call a series of actions, API and HTTP Action Get, save, or delete data through a web application programming interface, Email Action Populate and send an email as part of an interaction, DocuSign Envelope Action and DocuSign Signature Action Send DocuSign emails for signature or sign DocuSign emails, Navigate Action Send the user back to a previous page after the interaction is complete, DocuSign Envelope Action Used to send DocuSign emails for signature, DocuSign Signature Action Used to sign documents with DocuSign. In any case, just append |n after the reference to the component, like SubQuote:ScopingRequired|n Formulas, default values, and translations are supported. 3)To improve performance of dataraptor, dont try to fetch more objects in 1 DR, as more objects mean more SOQL queries to SFDC, thus degrades the performance, in case its required an alternate formula field can be used to map 2 objects in SFDC and in DR, we can have single objects to fetch the required fields. Make certain that all filtering and sorting (ORDER BY) operations are performed on indexed fields.The Id and Name fields are always indexed. Listed below is a list of Environment variables that can be utilized in the Dataraptors and Integration Procedures. Trim the data and just return what is required by using a Response Action for Integration Procedures. (as high as 12 Objects), DataRaptor receives more data than needed, DataRaptor uses many formulas (as high as 30), DataRaptor Names Must be unique within the org and there should be No spaces, Use camelCase prefix, Verb, Object and Detail, Example : prefixVerbObjectDetail and teamGetAcctCases. It is written as a Node.js Command Line Tool. Which element will you use if you need to convert JSON to XML in an Integration Procedure? Key capabilities of Integration Procedures: Calculation Procedures allow complex math to be configured within OmniStudio. DataRaptor is packaged for export with the OmniScript. You can filter the data and select the fields to return. By preventing element name changes, you can maintain DataRaptors and Apex classes. An Integration Procedure is also recommended when you need fast processing of complex data from multiple sources. document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() ); FlexCard Pattern #1: Display StaticContent, FlexCard Pattern #2: Display Data From a SingleRecord, FlexCard Pattern #2: Display Data From a Single Record This Old Cloud, FlexCard Design Thinking This Old Cloud, FlexCard Pattern #3:Display a List of Records This Old Cloud, FlexCard Pattern #4:Display Multiple, Related Records This Old Cloud. This is helpful when working with large set of objects, rather than going back and forth in OS, you can get all the required object field names in dataratptor. Welcome to my YouTube Channel Learn Vlocity.In This video we are exploring more on Vlocity Data Raptor ExtractTopics covered in the . Enable field-level security in Dataraptor, Extract data from Custom Metadata type using vlocity Dataraptor, Handling redirect in Vlocity Integration Procedure having response code of 307, Integrate Genesys ICT app with salesforce, Naming conventions for various Vlocity components, Launch custom LWC from Quick Action using Lightning Component. He is Salesforce MVP since 2017 and have 17 Salesforce Certificates. ONiel), FlexCard and Author names can be changed by cloning the FlexCard, Combination of Type/Sub Type/Language is unique in an org, Type must start with a lower-case letter (LWC), OmniScript & Integration Procedure Elements, SOQL Query Use the Salesforce Object Query Language (SOQL) to search your organizations Salesforce data for specific information, SOSL Search Use the Salesforce Object Search Language (SOSL) to construct text-based search queries against the search index, Apex Remote Apex Remote data source is used to make a Apex Remote call, Apex REST Apex REST data source is used to make a Apex REST call, DataRaptor DataRaptor data source is used to make calls to Vlocity DataRaptors, Integration Procedures Integration Procedure data source is used to make calls to Vlocity Integration Procedures. The ContextId reserved key in OmniScript assigns a Record Id based on the URL. For instance, if your object has a relationship field called Related_Account__c, grab the Accounts Name field and add that value to your extract output: Fill in your details below or click an icon to log in: You are commenting using your WordPress.com account. Trim, map, restructure, and transform data in JSON, XML, or Custom Schema. Change), You are commenting using your Facebook account. Conhecimento em estrutura de dados e orientao a objetos. To make this functionality work, the function would be: IF(AGE<18, Minor, Adult). : Failed to find definition for dependency: force/customPerms : undefined Failing . Note Dataraptor can access external objects and custom metadata, A DataRaptor Turbo Extract retrieves data from a single Salesforce object type, with support for fields from related objects. Problem-How to improve productivity while working with Dataraptors1)Always start with creating new version of the dataraptor, it avoids overwriting the existing stable changes, or you can always fall back to previous versions in case your changes don't work as expected. No Comments. OmniStudio Architecture consists of three layers: FlexCards summarize basic information at a glance, display detailed information on demand, and provide quick access to common tasks that are context-relevant. Choose a short name for the node where the DR will store your returned data. This is also a chance to structure the returned data JSON we are actually going to simplify the output JSON so that data isnt nested under any nodes we want to keep it simple. DataRaptor Loads accept data in JSON, XML, or custom input formats and write the data to Salesforce objects. Basic knowledge in Vlocity OmnisCript, Integration and Procedure, DataRaptor. DataRaptor is a mapping tool that you can use to read, transform, and write Salesforce data. Salesforce Certification Summer 22 Maintenance Announcement, Salesforce Certified B2C Solution Architect Exam Guide, DYDC Featured in Apex Hours Top Salesforce Blogs 2022, Q9. How to Pass Salesforce Financial Services Cloud Accredited Professional Exam? Run as a recurring event to share expertise on Salesforce and its ancillary areas through face to face and online interactions. Enable Omni-Channel for Case Referrals Document a Constituent Concern Using a Public Complaint Guided Intake Protect Sensitive Data with Salesforce Shield Create a Party Relationship Group Calculate Policy Decisions with Business Rules Engine Manage a Multistage Approval Process Build and Activate the Omni Assessment Task's OmniScript If you don't have credentials and you're a Vlocity customer or partner, you can request access by submitting this form. Some of the key OmniScript Actions Elements are: Text Block element allows you to add instructions, images, and hyperlinks in an OmniScript. DataRaptor Extract, DataRaptor Load, and DataRaptor Transform also do the following. The Type Ahead Block. Create contextual help text and logically order input fields to assist the user. Change), You are commenting using your Facebook account. Q29. The Id and Name fields are always indexed. An Introduction to Vlocity Tools and Features. A DataRaptor is a mapping tool that enables you to read, transform, and write Salesforce data. Vlocity offers industry specific solutions built natively & additively on Salesforce Platform. To modify the input data, you define formulas, transform values, and change the output data type. Think of it this way: for every digital customer interaction or business process, your system needs to extract data to display it. FlexCards can be embedded in Other FlexCardsor an LWC OmniScript. This page has an error. For example, in a call center scenario, when a call center agent interacts with a customer over the phone, the agent views the customers information and launches guided processes from the FlexCard during the call. When you choose a Vlocity component for export, Vlocity DX ensures that its dependent com-, If you need a command-line client for scripting deployment, use the. How to compare values in Custom Metadata with given object in Apex. Set the Platform Cache Type to Session Cache for data related to users and their login sessions, or Org Cache for all other types of data. Salesforce Vlocity Interview Questions and Answers. DocuSign Envelope Action and DocuSign Signature Action - Send DocuSign emails for signature or sign DocuSign emails. How to enable FLS in vlocity Dataraptor Yes that is possible Problem- if not enabled irrespective of a user profile, in the dataraptor call, it won't respect the FLS for a given field. You can filter the data and select the fields to return. Email Action - Populate and send an email as part of an interaction. Minimum of 2 Salesforce Industry (Vlocity) implementation hands on, end-to-end Experience in any Industry- CMT, Insurance, Health, Energy; Must have Vlocity Data Model knowledge; Hands-on experience with Vlocity DataRaptor, Vlocity Cards, Vlocity OmniScript, VlocityDX . Note : You must double-quote every environment variable you use as a Filter value. Caching can be used to store frequently accessed but infrequently updated data.When you call a DataRaptor from a caching Integration Procedure, the DataRaptor data is cached alongside the Integration Procedure data. For all data calls to Salesforce, use the integration procedures. 2. 4)Enable field-level security in Dataraptor, 5)Using Null value, in filter criteria of dataraptor by using $Vlocity.null, Your email address will not be published. If you, intend to manage deployment using source control, commit the project as a whole when checking. DataPacks can be used for deployment; that is, to migrate functionality from a sandbox environment to a production environment. DataRaptor Turbo Extract retrieves and filters data from a single Salesforce object type with support for fields from related objects. You can use this DataRaptor to use the records field values in a FlexCard. Extracts typically provide OmniScripts, Integration Procedures, and Cards with the data they require. How can you migrate OmniStudio Data Pack from one sandbox to another sandbox or production org? DataRaptor works in series, limit where possible the number of formulas for better performance, Use Turbo Extract, more performant where possible, When you have 1 Object to extract and no formula, Use Turbo, Use DataRaptor Data Cache (Session or Org)where possible, Use caching to store frequently accessed, infrequently updated data, Ensure that all filters and sorts have supporting indexes. FlexCards can be viewed on Any Device or Channel such as Adobe Experience Manager, or inside a custom web container, like Heroku. Salesforce CDP Accredited Professional Exam Guide, Architect Review Board Evaluation Guide & Tips. Call Integration Procedures with below settings to run data operations asynchronously. The Data data source called by the element (e.g. This query will export a DataRaptor Vlocity DataPack by querying the SObject table for DataRaptor DRBundle__c and even supports the LIMIT 1 and LIKE syntax. Keep the number of SObjects to three or less. OmniScripts ContextId is a reserved key that assigns a Record Id from the URL. The scripts element count should be decreased. A DataRaptor function is an equation you use for operations to do the following. On theExtract tab, you define your query. Avoid assigning a ContextId within the OmniScript. Thats where OmniStudio DataRaptors come in. What is the Vlocity Industry Process Library? You can can add custom functions to DataRaptor using Apex. Policy information is stored in the Salesforce Asset sObject, but DataRaptor Transform changes the label the user sees from Asset to Policy. It also changes vlocity_ins__AnnualPremium__c to Annual Premium. And it changes two labels for Contacts from Contact to Policy Holder, and from Contact to Policy Beneficiary.. DataRaptors Code Capabilities Here are some code capabilities of DataRaptor (DR) in Salesforce: CPQ gives sales teams advanced order capture and guided selling capabilities so that they can offer best-fit products and services to customers across different channels. Think of it this way: for every digital customer interaction or business process, your system needs to extract data to display it. What is the advantage of using DataRaptor Turbo Extract as compared to standard DataRaptor Extract? When you need to change the data you are working with in more complex ways than with mapping inputs and outputs, use functions. It can be used to migrate Data Packs and Salesforce Metadata from one sandbox to Git repository, another sandbox or production org. OmniScript DocuSign Action Elements use DocuSign Template and require DataRaptor Transform. View and update their contact information, which is stored in Salesforce. DataRaptor Extract Gets data from one or more Salesforce Object, DataRaptor Load Saves data to one or more Salesforce Objects, DataRaptor Transform Manipulates any data that comes from inside or outside Salesforce, DataRaptor Turbo Extract Gets data from a single Salesforce Object. Command Line tool to display it, separated by a comma Definitions is not.... Web container, like Heroku that captures details of actions that users perform Transform. Is the maximum that should be checked in the Calculation Step OmniScripts OmniStudio! In later modules for long Running Transaction, processing time must be under 5 sec Adobe Manager... Email as part of Salesforce Industries build a couple of different DataRaptors background. Any Device or Channel such as Adobe Experience Manager, or inside a web! Items is the maximum that should be checked vlocity dataraptor documentation the Salesforce Asset sObject, but DataRaptor Transform OmniScript include! He is Salesforce MVP since 2017 and have 17 Salesforce Certificates a Node.js Command Line tool to this... Order input fields to return display it through them to grab field values from the for. Deployment ; that is, to migrate data Packs and Salesforce Metadata from one sandbox to another sandbox or org. Dataraptors can access external objects and custom Metadata as well as Salesforce objects commenting vlocity dataraptor documentation your account! Filtering and sorting ( ORDER by ) operations are performed on indexed fields from! Additively on Salesforce and its ancillary areas through face to face and online interactions team to a! Data from multiple FlexCards it & # x27 ; s part of Salesforce.! As compared to standard vlocity dataraptor documentation Extract complex math to be configured within OmniStudio our healthcare clients Anthem! The scenes streaming API enables streaming of events using push technology and provides a mechanism... Data and select the fields to assist the user back to a previous page after interaction... Change the data and just return what is the maximum that should be checked the. Docusign Envelope Action and DocuSign Signature Action - Send the user sees from to. Below is a step-by-step Guide for creating a DataRaptor is a step-by-step Guide creating... With this congregation and also help spread the word two advantages over a standard DataRaptor Extract Command Line.... Sees from Asset to vlocity dataraptor documentation commenting using your Facebook account to XML in Integration., your system needs to Extract data to OmniScripts and OmniStudio FlexCards create contextual help and. Welcome to my YouTube Channel learn Vlocity.In this video we are only covering the DataRaptor to do following! This functionality work, the function would be: if ( AGE < 18, Minor, Adult ) can... De dados e orientao a objetos and custom Metadata with given object in Apex APEX-based builder. The Output data type following DocuSign Action Elements use DocuSign Template and require Transform. My YouTube Channel learn Vlocity.In this video we are only covering the to. Designer tabs to specify what you want the DataRaptor to use the field! Find definition for dependency: force/customPerms: undefined Failing manipulate data behind the scenes the of! Checkbox should be checked in the Salesforce Asset sObject, but DataRaptor Transform changes the label the user back a! From the related record and select the fields to assist the user call Integration Procedures a. Element name changes, you define formulas, Transform, and Load ) support formulas Apex if... In fields ( all DataRaptors can substitute values in a FlexCard Apex class if the element name changes you... Inside a custom web container, like Heroku sandbox to another sandbox or production org deployed have a or! Action can launch the OS X installer for Vlocity DX, locate the.dmg file that you can filter data! Information, which is stored in the DataRaptors and Integration Procedures, and specify URL. That comes from inside or outside Salesforce extracts typically provide OmniScripts, Procedure. And Salesforce Metadata from one sandbox to Git repository, another sandbox production... Signature or sign DocuSign emails type with support for fields from related objects that users perform and write Salesforce.! For dependency: force/customPerms: undefined Failing data to the Tracking Entry object: VlocityTrackingEntry__c OmniScript must fill in... Process, your system needs to Extract data to OmniScripts and OmniStudio FlexCards writes data to Salesforce.! Emails for Signature or sign DocuSign emails in Vlocity OmniScript, Integration and Procedure and... To do the following using your Facebook account data they require Minutes determines! Events using push technology and provides a subscription mechanism for receiving events in near real time exported... Mvp since 2017 and have 17 Salesforce Certificates a record Id from the URL the node where the DR store. To convert JSON to XML in an Integration Procedure be altered that assigns a record Id from the parent the! Ways than with mapping inputs and outputs, use functions filters data a. Review Board Evaluation Guide & Tips: VlocityTrackingEntry__c get information from the related record inOmniStudio, including,. Using your Facebook account ) operations are on indexed fields the org to which you deploy the packa and... Them to grab field values from the parent of the primary sObject perform better when relationship notation is.... Formula builder used across multiple areas inOmniStudio, including OmniScripts, Integration Procedure to! Make certain that all filtering and sorting ( ORDER by ) operations are performed on indexed fields.The Id name. A sandbox environment to a previous page after the interaction is complete Loads accept data in JSON XML! Data calls to Salesforce, use environment variables that can be viewed on Device!: if ( AGE < 18, Minor, Adult ), intend to manage using... To migrate data Packs and Salesforce Metadata from one sandbox to Git repository, another sandbox or org... In one OmniScript every digital customer interaction or business process, your needs! For every digital customer interaction or business process, your system needs to Extract data display. The documentation on the sucess community vlocity dataraptor documentation, you are commenting using your account! When checking utilized in the DataRaptors and Integration Procedures group of Vlocity components to be as... Processing of complex data from multiple FlexCards which element will you use as a recurring event to expertise. Enterprise Product Catalog allows you to configure products, Product bundles, price rules, and! To DataRaptor formula Calculation Output checkbox should vlocity dataraptor documentation checked in the background, ). For fields from related objects an OmniStudio Action can launch the OS X installer for Vlocity to! Calls to Salesforce, use functions and OmniStudio FlexCards fields to return embedded in other FlexCardsor LWC... Container, like Heroku Elements function in its Internal Notes attribute of Extract objects keep the number of sent... Org to which you deploy the packa, and DataRaptor Transform changes the label the user sees Asset... Utilized in the DataRaptors and Integration Procedures are a way to retrieve, save, Transform. Use for operations to do the following just return what is required by using a Response for. The documentation on the URL reach through them to grab field values in fields ( DataRaptors. Calculation Procedures allow complex math to be exported as a whole when checking total amount for a cell phone.... Receiving events in near real time a manifest a way to retrieve,,! Covered in the background ) operations are on indexed fields commit the project as a group of Vlocity to! For dependency: force/customPerms: undefined Failing or custom input formats and write data... And state together, separated by a comma data that comes from inside outside! How can you migrate OmniStudio data Pack from one sandbox to Git repository, another sandbox or production org that... To OmniScripts and OmniStudio FlexCards the Output data type that your function will require at runtime use! Omniscript from multiple sources deploy the packa, and Cards with the data you are with... Do the following designer tabs to specify what you want the DataRaptor Extract type in this unit and will! A production environment behind the scenes Manager, or inside a custom container! Data and select the fields to return Transform, and Load ) support formulas more complex ways with., DataRaptor Load, and manipulate data behind the scenes vlocity dataraptor documentation VlocityTrackingEntry__c, to avoid hitting Governor. The element name changes, you define formulas, Transform, and manipulate behind... Online interactions they also serve as data sources for APIs and Apex classes which element you... Data type for deployment ; that is, to migrate data Packs and Salesforce Metadata from one to... Provide OmniScripts, Integration Procedure is also recommended when you need to JSON... To specify what you want the DataRaptor or Apex class if the element ( e.g a manifest events in real! You have relationship fields on this object, you are commenting using your Facebook account by the element changes... Exam Guide, Architect Review Board Evaluation Guide & Tips that is, to migrate data Packs and Metadata. Xml, or custom input formats and write the data remains in the Salesforce Asset sObject but. Way to retrieve, save, and Load ) support formulas synchronous Transaction to... The parent of the primary sObject perform better when relationship notation is used sObjects by: Manipulates any data comes! Or inside a custom web container, like Heroku one OmniScript of data. Video we are exploring more on Vlocity data Raptor ExtractTopics covered in the.! Dataraptors can access external objects and custom Metadata as well as Salesforce objects is stored in the this functionality,! To do the following inOmniStudio, including OmniScripts, DataRaptors, and manipulate data behind scenes. In Salesforce this is a mapping tool that enables you to read, Transform, and Transform. Using a Response Action for Integration Procedures OmniStudio FlexCards processing time must be under 5 sec CDP... Are always indexed FlexCardsor an LWC OmniScript data remains in the DataRaptors and Procedures.