Salesforce

How To Pass Data OmniScript To FlexCard

–: “In this post, we create an Omniscript and FlexCard. We will send Omniscript data to the FlexCard and display the data in the next step in the Omniscript.”  “Pass a set of records using ‘parent-data=true’ and the ‘records’ global context.” Step :– 1 “First, in the Omniscript, we create text fields for input.”   /*! elementor – […]

How To Pass Data OmniScript To FlexCard Read More »

How To Retrieves Data From sObjects In OmniScript Salesfoce.

to Go to Omnistudio & select DataRaptor . Click on the ‘New’ button, and in the type dropdown, select the data raptor we want to use. For now choose ‘Extract’.   Select Extarct DataReptor &Save “In the ‘Extract’ process, we essentially add extraction steps where we specify to the data raptor which objects and fields

How To Retrieves Data From sObjects In OmniScript Salesfoce. Read More »

How To Use ConditionalBlock In Integration Procedures

–: In this page we create conditional block here we pass the country name which name is match than that setvalues is execute Integration Procedure > ConditionalBlock >Set Values > ResponseAction Step :– 1  “First, we create an Integration Procedure and drag a ConditionalBlock. In the ConditionalBlock, set the If-Else Block to ‘true’ (if checked as

How To Use ConditionalBlock In Integration Procedures Read More »

How To Use LoopBlock In Integration Procedures

Integration Procedures > LoopBlock > DataRaptorExtractAction > ResponseAction Step 1: Create an ExtractDataRaptor: Create a new ExtractDataRaptor. This DataRaptor is designed to extract data from contact. /*! 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} DataRaptor Extract Step :– 2    Create an Integration Procedure: Begin by creating a new Integration Procedure in your

How To Use LoopBlock In Integration Procedures Read More »

How To Insert Bulk Records in a Single Object within DataRaptor(Salesforce/Vlocity / OmniStudio)

:– In this post we create Bulk record use of dataraptor First, create a DataRaptor for Loading.  Select Sobject, map the Fields and Execute . Create DataReptor and fill the Name & Interface Type Select Sobject which object to load Map Input & Domain Fields Note-While doing Sobject mapping it is necessary to map the

How To Insert Bulk Records in a Single Object within DataRaptor(Salesforce/Vlocity / OmniStudio) Read More »

How to Call Integration Procedures In FlexCard (Salesforce/Vlocity / OmniStudio)

Show Ip Data In Flex Card First, we Create Integration Procedures  and Activate it To Call in FlexCard Integration Procedures “In Integration Procedures, we create a SetValues to store some data, and then we send it to FlexCard using ResponseAction.”    In FlexCard DATA SOURCE = “Integration Procedures “ Name = Type_SubType (IP)   Ip

How to Call Integration Procedures In FlexCard (Salesforce/Vlocity / OmniStudio) Read More »

How to Call DataRaptor In FlexCard.(Salesforce/Vlocity / OmniStudio)

Extract DataRaptor in FlexCard FlexCard > Setup > Data Source > DataRaptor   Crate a FlexCard We Create a Extract DataReptor  to Get Account Data  Its Use in FlexCard Extract DataRaptor In Setup Pannel “DATA SOURCE ”  in “Data Source Type ”  select  “DataRaptor”   Interface Name  =  DataRaptor Name In Input Map   Key   = Name of the

How to Call DataRaptor In FlexCard.(Salesforce/Vlocity / OmniStudio) Read More »

How to call DataRaptor in IntegrationProcedures

Create a Extract DataRaptor. Create a Integration Procedures. Select DataRaptor Extract Action. Click on DataRaptor Interface and Choose your DataRaptor. Select Response Action and click ADDITION OUTPUT RESPONSE. Write %DataRaptorExtractAction1% Click Preview. Click “+Add new Key\Value Pair” and fill “Key and Value” and click Execute .

How to call DataRaptor in IntegrationProcedures Read More »

How to use SOQL in FlexCard to Show Data(Salesforce/Vlocity / OmniStudio)

FlexCard > SOQL >Write Query >Fetch > Save >DataTable First we create FlexCard Step 1 Step 2 Write QUERY For Get Account Data Step 3 After Click Next   Click on Fetch Step 4 after Click on  save  Step5 For Show Record In Data Table   — Select Data table From Build Step 6 Select data table

How to use SOQL in FlexCard to Show Data(Salesforce/Vlocity / OmniStudio) Read More »

Scroll to Top