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 delete record in OmniScript through Integration Procedures

In this post we see how to delete record in omniscript through integration procedures. Its very useful for delete record from omniscript . Step :–1 We create Integration Procedures . Drag Delete Action in canvas. In Delete SObject > Type – ObjectName , Path To Id – pass the id witch we want delete. Delete Action …

How to delete record in OmniScript through Integration Procedures Read More »

How to know Difference between Use Of DataRaptor And Integration Procedures In Omniscript.

Here we see difference between use Of dataraptor And integration procedures in omniscript. Data Raptor in omniscript :-  DataRaptor Extract Action – In Input Parameter – Data Source  In Data Raptor we send multi specific node from omniscript. In Here we can send all Step Data. Response Transformation > Response JSON Path = Here we pass dataraptor node.   In …

How to know Difference between Use Of DataRaptor And Integration Procedures In Omniscript. 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 use Response Action In Integration

Lets see how to use Response Action In Integration Procedure (Salesforce / Vlocity / OmniStudio). Note :– Sending Integration Procedure Data to Omniscript: Integration Procedure Configuration:  you create an Integration Procedure to interact with an external system.  Response Action in Integration Procedure: In the Integration Procedure, after the integration step, you add a Response Action. …

How to use Response Action In Integration Read More »

How To Use SetValues In Integration Procedure

:–   Here we create a setvalues  an Integration Procedure. In setvalues we merge to Element Value  in the other setvalues  . Procedure for Integration with SetValues: Step 1: Create an Integration Procedure. Begin by creating an Integration Procedure to handle the data integration process. Step 2: Add SetValues to the Structure Panel. Drag and …

How To Use SetValues In Integration Procedure Read More »

How To Use DataRaptorPost In Integration Procedures

  — :  In this post we will create a Account Record  with help of DataRaptorPostAction From Integration Procedures Step 1: Create an Integration Procedure. Begin by creating a new Integration Procedure to handle the data integration process. Step 2: Add DataRaptorPostAction to the Structure. Drag and drop the DataRaptorPostAction component into the Structure Panel …

How To Use DataRaptorPost In Integration Procedures Read More »

Scroll to Top