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

 

 

In Integration Procedure 

Remote Class – here we inter Apex Class Name

Remote Method – here we inter Apex Class Method Name

Remote Options — Send options In Apex Class From Integration Procedure 

ADDITIONAL INPUT/OUTPUT/FAILURE RESPONSE > Return Only Additional Output > Additional Output — here we received data from apex class

ResponseAction–

Additional Output — in %%sine we inter RemortAction Element Name:Additional Output == %RemoteAction_CallApex:returnData%

In Preview Tab

Scroll to Top