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
Feb 23, 20245 min read
Delete records from Flexcard Datatable
A datatable element in Flexcard is used to fetch the data from a data source and display it in a tabular structure. Flexcard can fire and...
1,117 views1 comment
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 3, 20244 min read
Use of LISTMERGE and LISTMERGEPRIMARY functions in DataRaptor Formulas
In this article, let us see how to use the functions ‘LISTMERGE’ and ‘LISTMERGEPRIMARY’ in the DataRaptor formulas. LISTMERGE function:...
766 views0 comments
Gayathiri Mohan
Dec 18, 20234 min read
List Functions in DataRaptor Formulas
In this article, let us see how to use functions that operate over lists in DataRaptor Formulas. We will see examples of the below ‘List’...
4,239 views0 comments
Gayathiri Mohan
Dec 15, 20233 min read
Loop Block in Integration Procedure
What is a Loop Block? A Loop Block is a Group Element in the Integration Procedure that iterates over the items in a data array, enabling...
1,127 views0 comments
Gayathiri Mohan
Oct 6, 20233 min read
Invoke Integration Procedure from Flow
Let us see how to invoke an Integration Procedure from a record-triggered and a screen flow in this article. Invoke Integration Procedure...
868 views0 comments
Sindhu Gowda
Feb 15, 20232 min read
Remote Action In Omnistudio
Remote actions call an Apex class from FlexCards, OmniScripts, or Integration Procedures. Apex Class should be global with sharing to...
13,739 views2 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
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