How to make delete record from Database in omniscript
Drag DataRaptor Turbo Action
How to make delete record from Database in omniscript Read More »
Drag DataRaptor Turbo Action
How to make delete record from Database in omniscript Read More »
Load :- When we save the record in the database through DataRaptor, it is called load. In this post, we will load an account with related contacts as children in a single DataRaptor. Step:– 1 “We create a LoadDataRaptor in the DataRaptor section.” /*! 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
How to load parent to child record in single post DataRaptor Read More »
Remove Action – Remove action in FlexCard is use to remove card on FlexCard page . Example – Here we will create a Flexcard and select a datatype and make it removal or deleteable .Here we learn about how to Remove Data or card in flexcard. Step :-1 Create a Flexcard and
How to Remove Data/Card in Flexcard. Read More »
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 SOQL Parent to Child In DataRaptor Here we see How To SOQL Parent to Child In DataRaptor. — : “In this post, we will create an Extract DataRaptor to retrieve account and related contact data”. Step :– 1 “We are creating a new Extract DataRaptor.” /*! elementor – v3.18.0 – 20-12-2023 */.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a
How To Use SOQL Parent to Child In DataRaptor Read More »
First let’s create a DataRaptor Transform. /*! elementor – v3.17.0 – 01-11-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 type Fields|1 . And type Contact:first_name in the Input JSON Path.(to fetch the fields of
How to Make KeyValue To Array in Transform DR. Read More »
Create a FlexCard. Select Source Type None. Drag Image Element. Click image source. Click Upload Files. Select your image and click save. Click Preview.
How to Image Upload in FlexCard Read More »
In this blog we create set value and populate the value in the field of omniscript when ever we select an option. Create a Omniscript and drag SetValues. Click on the setvalues. Create two values in setvalues, see below image . Drag Select Properties on the canvas. Click Add New Option in select input to make a
How to AutoPopulate fields in Omniscript Read More »
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 »
First let’s create a DataRaptor Transform. /*! elementor – v3.17.0 – 01-11-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 Contact:firstName . (To fetch the fields of an object, use:). And type first_name in
How to use Transform DataRaptor in Array to KeyValue. Read More »