Vlocity solution

How To Use Text Block In OmniScript

–:  “In this post, we will create a text block to merge input fields.” Step :– 1 First ,we create a new Omniscript /*! 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} first we creating a new omniscript Step :– 2 “Here, we are adding two text fields (First Name and Last Name). We …

How To Use Text Block In OmniScript 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 Use Post DataRaptor in OmniScript

–: “In this post, we will create a record from an Omniscript with the help of a Post DataRaptor”. Step :– 1 First, we create Omniscript /*! 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} we are creating a new OmniScript After click on save. Step :– 2 Drag a Text input  from …

How To Use Post DataRaptor in OmniScript Read More »

How To Maken Navigate Action in FlexCard

–: “In this post, we will create a Navigate Action to navigate to the 9to9clouds page. Step 1: Create a FlexCard: Set the data source to ‘None.’ Navigate to the ‘Build’ section. Under ‘DISPLAY,’ select ‘Action.’ Drag and drop the Action component onto your workspace.” /*! 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 …

How To Maken Navigate Action in FlexCard Read More »

TypeAhead Block in Omniscript.(Salesforce/Vlocity / OmniStudio)

A Type Ahead Block is an auto-complete feature. Once configured, it retrieves data and displays it in a dropdown list as the user types. Let us take an example to explain it. Example:- Here we create an omniscript  and  when user type any Account name  it starts giving suggestion .   Step:-1  Create an omniscript  and  Drag …

TypeAhead Block in Omniscript.(Salesforce/Vlocity / OmniStudio) Read More »

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 »

Scroll to Top