top of page

Different ways to display validation messages in an Omniscript
As per the salesforce order of execution, custom validations fire after the system validations. Let's see different ways to set up...

Suresh A
May 15, 20232 min read
Â
Â
Omniscript as Lightning Utility Bar
The Utility Bar is a footer that gives users quick access to frequently used tools and components. Each Utility Bar Item is a...

Revathi Vangapandu
May 10, 20231 min read
Â
Â
Retrieving the data from the URL in a FlexCard and an Omniscript
1. To retrieve the parameters from the URL the URL parameters have to be in the form of c__Parameter and followed by its values. For...

Palem Ravi Kiran Reddy
May 9, 20231 min read
Â
Â
How to call an Integration procedure from LWC
Enable a custom Lightning web component to interact with OmniScript by extending the OmniScriptBaseMixin component. The...

Anil H M
May 8, 20232 min read
Â
Â
Using SOQL Query in DataRaptor Formula
We can execute a SOQL query in the Dataraptor formula by using the QUERY function.

Palem Ravi Kiran Reddy
May 2, 20231 min read
Â
Â
Email Action in Omniscript
Email Action The Lightning Email Action allows emails to be sent from anywhere in Salesforce. It will enable greater customization, such...

Suresh A
Apr 18, 20232 min read
Â
Â
OmniscriptBaseMixin Methods
Enable a custom Lightning web component to interact with OmniScript by extending the OmniScriptBaseMixin component. The...

Palem Ravi Kiran Reddy
Apr 17, 20233 min read
Â
Â
Using SOQL query in FlexCard’s datasource
The data source of a FlexCard is an essential part of the component's functionality, as it determines what data is displayed.

Arpitha Devaraja
Apr 10, 20232 min read
Â
Â
bottom of page
