Integration Procedure in Vlocity

How to use upsert record DataRaptor in OmniScript

“Note: To update the record, data should already be saved.” Step1 – Dataraptor >Load Choose any data raptor, open this data raptor, and copy the Account ID. First, click on the ‘Field’ tab, and check the checkbox next to the field you want to update. “Upsert key: Make sure that if the records are already […]

How to use upsert record DataRaptor in OmniScript 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