FlexCard

🔍Find Components with Salesforce OmniStudio Explorer

Salesforce OmniStudio Explorer is a browser extension that helps developers identify and explore OmniStudio components directly on any Salesforce or Experience Cloud page.   What It Does This extension supports the development of Salesforce OmniStudio applications by allowing you to easily locate: Cards (AngularJS) FlexCards OmniScripts (AngularJS & LWC) Custom Lightning Web Components How to […]

🔍Find Components with Salesforce OmniStudio Explorer Read More »

Debugging OmniScripts and FlexCards on site Using Salesforce OmniStudio Network Logger

When building OmniScripts and FlexCards in Salesforce OmniStudio, debugging can often be challenging — especially when data doesn’t display correctly, APIs fail silently, or Integration Procedures don’t behave as expected. Luckily, Salesforce provides a powerful tool right in your browser — the OmniStudio Network Logger. In this blog, we’ll walk through how to access and

Debugging OmniScripts and FlexCards on site Using Salesforce OmniStudio Network Logger Read More »

FlexCard

How to Call Apex Class In FlexCard

In this post we see how to call Apex Class in Flexcard and Show Account on preview tab. Step :–1 Creating Apex Class for query account data. create global apex class  and implements omnistudio.VlocityOpenInterface for calling in flexcard.    global class getData implements omnistudio.VlocityOpenInterface{ global Boolean invokeMethod(String methodName, Map input, Map outMap, Map options ) {

How to Call Apex Class In FlexCard Read More »

How to use SOSL in FlexCard (Vlocity)

In this we see how to use sosl in felxcard  for getting account data. Step :–1 We Create a FlexCard. In DATA SOURCE  > Data Source Type – Select SOSL Click On Save & Fetch. Step :– 2 On Build > Field >  Drag in Canvas.  In Process … Salesforce Guide – https://help.salesforce.com/s/articleView?id=sf.os_configure_a_sosl_search_data_source_on_a_flexcard_36600.htm&type=5    

How to use SOSL in FlexCard (Vlocity) Read More »

How To Use Flexcard Context Variables(salesforce)

Context Variables in Salesforce:      In Salesforce, context variables typically refer to variables that store information specific to the current context or execution environment. These variables can be used to pass data between different elements of a process or to control the behavior of a process. Context variables can be used in various Salesforce

How To Use Flexcard Context Variables(salesforce) Read More »

How to Make Transform DataRaptor Data Conversion Yes,No to Boolean.

In this blog How to use Transform DataRaptor in Data Conversion Yes, No Boolean. First let’s create a DataRaptor Transform. /*! 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} Now we go to the Transform Tab and click on the Plus(+) icon. then go to the Output JSON Path and type Movies:Superhit.(to

How to Make Transform DataRaptor Data Conversion Yes,No to Boolean. Read More »

Scroll to Top