FlexCard

How to Call Apex Class In FlexCard

In this post we see how to call Apex Class in Flexcard and Show Account on preview tab. Step :–1 Creating Apex Class for query account data. create global apex class  and implements omnistudio.VlocityOpenInterface for calling in flexcard.    global class getData implements omnistudio.VlocityOpenInterface{ global Boolean invokeMethod(String methodName, Map input, Map outMap, Map options ) { …

How to Call Apex Class In FlexCard Read More »

How to delete record in OmniScript through Integration Procedures

In this post we see how to delete record in omniscript through integration procedures. Its very useful for delete record from omniscript . Step :–1 We create Integration Procedures . Drag Delete Action in canvas. In Delete SObject > Type – ObjectName , Path To Id – pass the id witch we want delete. Delete Action …

How to delete record in OmniScript through Integration Procedures Read More »

How to know Difference between Use Of DataRaptor And Integration Procedures In Omniscript.

Here we see difference between use Of dataraptor And integration procedures in omniscript. Data Raptor in omniscript :-  DataRaptor Extract Action – In Input Parameter – Data Source  In Data Raptor we send multi specific node from omniscript. In Here we can send all Step Data. Response Transformation > Response JSON Path = Here we pass dataraptor node.   In …

How to know Difference between Use Of DataRaptor And Integration Procedures In Omniscript. Read More »

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 Use Messaging Input In OmniScript

Create an Omniscript. Messaging elements can be used to display success, warnings, comments, or requirements based on the validation expression. /*! 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 Omniscripts First I am Drag & Drop Text Field in Canvas and Messaging Function. Expression=If Name<> NULL than Show the message …

How To Use Messaging Input In OmniScript Read More »

How To Make Formula in OmniScript

  — :  “In this post, we create a Date Formatter to showcase the date format. In the Formula field, establish a logic for the date format.” Step :– 1  “We are creating an Omniscript with three text fields (for DD/MM/YYYY) and one formula field (to calculate the format).” /*! elementor – v3.18.0 – 20-12-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image …

How To Make Formula in OmniScript Read More »

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 »

Scroll to Top