omnistudio

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 »

How to Call Integration Procedure In Custom LWC Vlocity (Saleforce/Vlocity / OmniStudio)

In Integration Procedure   Type && Subtype  Name Give In JavaScript First we Create a component In visual studio Name like show_IP_Data In JAVASCRIPT — write this line to Call Omniscript import { OmniscriptBaseMixin } from ‘omnistudio/omniscriptBaseMixin’; input — Input we pass input parameter  sClassName – ‘omnistudio.IntegrationProcedureService’ sMethodName – type_SubType (In IP type_SubType Name) options — We

How to Call Integration Procedure In Custom LWC Vlocity (Saleforce/Vlocity / OmniStudio) Read More »

How To Use Upsert DataRaptor Without Id In Omniscripts.

How To Use Upsert DataRaptor Without Id In Omniscripts. “First, we create an External ID, and the External ID is unique for every record.” “External ID is like a record ID.” Step 1: First, go to Objects > Fields & Relationships. Select “New Field,” choose the field type (Text, Number, Email, Phone), check the “External

How To Use Upsert DataRaptor Without Id In Omniscripts. Read More »

Call Apex Class Using Integration Procedure within OmniStudio (salesforce / vlocity / OmniStudio)

Call Apex  Class In Integration Procedure  Frist write  Apex Class For Query 5 account Data Apex Code For Call Integration Procedure  In Apex class Create Global and implements Callable   global without sharing class ClassCalledFromIP implements Callable {     public Object call(String action, Map args) {         Map input = (Map) args.get(‘input’);         Map output

Call Apex Class Using Integration Procedure within OmniStudio (salesforce / vlocity / OmniStudio) Read More »

How to upsert Null data with Load Data Raptor (Saleforce/Vlocity / OmniStudio)

First we create a brand new contact record in salesforce using Load Data Raptor. if you dont know how to create record using Load Data Raptor, Please see our Load DataRaptor blog. Input JSON for creating contact record. {“FName”:”Demo FName”,”LName”:”Test LName”,”Phone”:”6778″} Hit Execute To upsert a record In Fields — choose Upsert Key= true In Option

How to upsert Null data with Load Data Raptor (Saleforce/Vlocity / OmniStudio) Read More »

How to use Multi-language in omniscript.

How to use multi-language in omniscript.   In this post we will make omniscript like that when user want ,it can change the language of the omniscript.  So we create omniscript and make custom label to change the language, here we use french language to convert.Step1:-  Create an omniscript with multi-language support, see below image. Step:-2 Search workbench

How to use Multi-language in omniscript. Read More »

Scroll to Top