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 …

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

How to create a new org in OmniStudio Vlocity

You can sign up for your own developer org enabled with OmniStudio by clicking here. After clicking, you will be directed to the page where you can fill in all the details and sign up. /*! 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} Fill all details and signup After signing up, …

How to create a new org in OmniStudio Vlocity Read More »

How To Use Lookup Input in OmniScript .

Create an OmniScript and use lookup input. /*! 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 OmniScript First we are Drag & Drop Text Field And Lookup Input In Canvas     Here we will do dynamic Query Without Extract DataRpator using Lookup Inputs. Lookup Query Configuration Here we first select the …

How To Use Lookup Input in OmniScript . Read More »

How to use Tansform DataRaptor

How to use Tansform DataRaptor in One Object to Multiple SObject Information. /*! 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} Now we go to the Transform Tab and click on the Plus(+) icon. then go to the Output JSON Path and type User:FirstName .(to fetch the fields of an object, use : …

How to use Tansform DataRaptor Read More »

How to use Extract DataRaptor In Multipal Objects In OmniStudio

Going to OmniStudio & select DataReptor . /*! 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 Fill Detail & Saave In the extraction process, we essentially include extraction steps where we specify to the data raptor which objects and fields we need to retrieve. Select multipal object & …

How to use Extract DataRaptor In Multipal Objects In OmniStudio Read More »

How To Use Turbo Extract In Omnistudio

Go to Omnistudio & select DataReptor. /*! 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} Select Omnistudio DataRaptor & Click New Button Using Turbo Extract we query the database and display the result Note-Turbo Extract always extracts records from a single object. Select The Object Get The Data Click on the Object …

How To Use Turbo Extract In Omnistudio 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 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 »

Scroll to Top