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 …