Call Apex Class Using Integration Procedure within OmniStudio (salesforce / vlocity / OmniStudio)

Call Apex  Class In Integration Procedure  Frist write  Apex Class For Query 5 account Data Apex Code For Call Integration Procedure  In Apex class Create Global and implements Callable   global without sharing class ClassCalledFromIP implements Callable {     public Object call(String action, Map args) {         Map input = (Map) args.get(‘input’);         Map output …

Call Apex Class Using Integration Procedure within OmniStudio (salesforce / vlocity / OmniStudio) Read More »

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio)

 Transform DataRaptor/Response Transformation & Response Action In IP. In this post we transform the record from one node to another node.  Step :-1 Create an Integeration procedure and drag SetValue , transform action and a                     response action in it .            SetValues for Store …

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio) Read More »

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio)

In this blog  we override omniscript node using IP response. Step:-1  Create null set value  In omniscript which is used to collect the data returned from Integeration Procedure that will override the null value in omniscript. In Set Value Null element value mapping ( Element Name = NameMovies , Value = Null ) ,leave null value for set value in omniscript. Step:-2  create Integeration Procedure …

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio) Read More »

Scroll to Top