top of page

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...

Gayathiri Mohan
Mar 15, 20244 min read
6,287 views
7 comments
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...

Gayathiri Mohan
Jan 30, 20243 min read
2,138 views
0 comments
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...

Gayathiri Mohan
Jan 5, 20243 min read
3,724 views
0 comments
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...

Sagar Shanbogh
Nov 15, 20233 min read
3,808 views
1 comment
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....

Dinesh Kumar
Sep 30, 20222 min read
3,393 views
2 comments
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...

Puja Kumari
Sep 30, 20221 min read
13,995 views
1 comment
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

Puja Kumari
Sep 30, 20222 min read
11,535 views
1 comment
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.

Palem Ravi Kiran Reddy
Sep 21, 20221 min read
4,856 views
1 comment
bottom of page