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 »

How to Enable multi language for Custom Field label(Saleforce/Vlocity / OmniStudio)

HOW TO CHANGE Custom Field Language In Setup > Quick Find box > Translation Workbench >Translation Language Settings > Translate >User>Language Step 1: Enable Translation in Setup Box In the Setup menu, navigate to the “Translation Language Settings” . Click on the option to enable translation After Enabling Translation: “Once you have enabled translation in …

How to Enable multi language for Custom Field label(Saleforce/Vlocity / OmniStudio) Read More »

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio)

 Transform DataRaptor/Response Transformation & Response Action In IP. In this post we transform the record from one node to another node.  Step :-1 Create an Integeration procedure and drag SetValue , transform action and a                     response action in it .            SetValues for Store …

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio) Read More »

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio)

In this blog  we override omniscript node using IP response. Step:-1  Create null set value  In omniscript which is used to collect the data returned from Integeration Procedure that will override the null value in omniscript. In Set Value Null element value mapping ( Element Name = NameMovies , Value = Null ) ,leave null value for set value in omniscript. Step:-2  create Integeration Procedure …

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio) Read More »

Scroll to Top