top of page
Gayathiri Mohan
Mar 15, 20244 min read
Edit Block in OmniScript
An Edit Block element in Omniscript allows the user to create, edit, and delete multiple records. To accomplish this, the edit blocks are...
4,214 views6 comments
Gayathiri Mohan
Jan 30, 20243 min read
Update OmniScript from FlexCard
In this article, let us see an example of how to update an OmniScript’s data JSON from a FlexCard. It involves the below steps: Create a...
1,531 views0 comments
Gayathiri Mohan
Jan 5, 20243 min read
Launch an Omniscript from another Omniscript
There are two ways to launch an Omniscript from another Omniscript. Embedding a Reusable Omniscript Using Navigate action Let us...
2,697 views0 comments
Sagar Shanbogh
Nov 15, 20233 min read
How to use a Lookup Element in OmniScript
Lookup elements display values from Salesforce based on a standard SOQL query built using the parameters of the Lookup elements. The...
2,388 views0 comments
Dinesh Kumar
Sep 30, 20222 min read
Passing Data From Child to Parent FlexCard
We can pass the data from child to parent FlexCard using Custom Event as below: 1. Create a Custom Event action on the child FlexCard....
2,824 views2 comments
Puja Kumari
Sep 30, 20221 min read
Passing Data From Parent to Child FlexCard
We can pass the data from parent to child Flexcard in two ways: Using Data Node Using Attributes Using Data Node: To use the parent...
11,516 views1 comment
Puja Kumari
Sep 30, 20222 min read
Passing Data From FlexCard to LWC OmniScript
There are two ways to launch an Omniscript from a FlexCard:
Add an Omniscript as a Custom LWC.
Launch an Omniscript from an action
Let's see
9,632 views1 comment
Palem Ravi Kiran Reddy
Sep 21, 20221 min read
How To Close a Flyout Modal From an Action in a FlexCard
A Flyout Modal can be closed from the standard close icon on the modal popup.
4,118 views1 comment
bottom of page