DataRaptor

In this section only dataraptor related post available

How To Enable Flex Card in OmniStudio(Vlocity) Salesforce

“We will explain in this blog how to enable Flex Cards. Step1: Open OmniStudio in App Manager Step2: As you unfold the Flex Card, a thoughtful message emerges, gently reminding you that the creation of this card awaits resolution of the associated warning. To fix this warning, go to the warning tab and find two links. Click on each link, and it will take you to Remote Site Settings. Before that, go to setup. You need to set up the remote site before making a flex card; otherwise, there might be an error when creating the flex card. I hope you understand how to Enable Flex Card in Salesforce.

How To Enable Flex Card in OmniStudio(Vlocity) Salesforce Read More »

How to load parent to child record in single post DataRaptor

 Load :-  When we save the record in the database through DataRaptor, it is called load. In this post, we will load an account with related contacts as children in a single DataRaptor.  Step:– 1   “We create a LoadDataRaptor in the DataRaptor section.” /*! elementor – v3.18.0 – 20-12-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block} create new post DataRaptor  Step :–2   “Select an object in the Object Section to determine where the record is being saved..                —   Click on the ‘Add Object‘ button and select ‘Contact.’                —   Click on ‘Add Link‘ and select ‘Account,’ filling in the details as shown in the image below. (To establish a relationship binding the Account with the Contact as a child)”. Link Object Step :–  3   “Here, we map all the fields that we want to load into the database.” field mapping /* Json for input field mapping , if we put this json in preview tab it will map the fieldsto save .*/ { “Name”: “Demo”, “Phone”: “12121”, “Contacts”: { “FirstName”: “Test”, “LastName”: ” Child”, “Phone”: “398432” } }    Step  :–4   “Copy and paste the above JSON into the Preview Section. Click on the Preview tab, then click on ‘Execute.’ You will obtain the ‘Account’ and ‘Contact’ IDs. Check to ensure it works.” on preview tab Salesforce Guide – https://help.salesforce.com/s/articleView?id=sf.os_dataraptor_load_examples.htm&type=5

How to load parent to child record in single post DataRaptor Read More »

How To Use SOQL Parent to Child In DataRaptor

How To Use SOQL Parent to Child In DataRaptor Here we see How To SOQL Parent to Child In DataRaptor. — :  “In this post, we will create an Extract DataRaptor to retrieve account and related contact data”. Step :–  1  “We are creating a new Extract DataRaptor.” /*! elementor – v3.18.0 – 20-12-2023 */.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block} Create a new DataRaptor Step :– 2 On Extract create mapping as show on below image. Select Object Step :– 3  “Map the output fields as shown in the image below.” In OUTPUT Step :– 4   “In the Preview Tab, click on ‘Execute’.” on preview tabSalesforce Guide =https://help.salesforce.com/s/articleView?id=sf.os_dataraptor_extract_overview.htm&type=5

How To Use SOQL Parent to Child In DataRaptor Read More »

How to use Look up Field in DataRaptor Load.

In this blog we use to Lookup field in DataRaptor Load. First let’s create a DataRaptor Load. /*! element or – v3.17.0 – 01-11-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}. element or-widget-image a img[src$=”.svg”] {width:48px}. element or-widget-image img{vertical-align:middle;display:inline-block} You can select any one of these objects. We have selected the Account Object. Now we select two fields. 1. Name- First we go to the Domain Object Fields and select the Name Fields, then go to  the Input JSON Path and type the name. 2. Website- Now we go to the Domain Object fields and select the Website, then go to the Input JSON Path and type the username. Now here we locate the email of our user id in the website. Now we tick isLookup option of the website field and then select the user from the Lookup object and select the username from the Lookup field and then select the Email from the Lookup Requested Field. (You can select your fields as per your requirement) Now we type the inputs json the name of my account and the username of the user whose email we want to capture. { “name”: “Lookup Account 1″,”username”: “abc@maurya.com”} Then click on execute. Output Result.(my account) “Account: 0015j00001VTSy7AAH” NEXT

How to use Look up Field in DataRaptor Load. Read More »

Scroll to Top