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 Make Formula in OmniScript

  — :  “In this post, we create a Date Formatter to showcase the date format. In the Formula field, establish a logic for the date format.” Step :– 1  “We are creating an Omniscript with three text fields (for DD/MM/YYYY) and one formula field (to calculate the format).” /*! elementor – v3.18.0 – 20-12-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image …

How To Make Formula in OmniScript Read More »

Scroll to Top