How to Call Integration Procedure In Custom LWC Vlocity (Saleforce/Vlocity / OmniStudio)

In Integration Procedure  

Type && Subtype  Name Give In JavaScript

First we Create a component In visual studio Name like show_IP_Data

In JAVASCRIPT —

write this line to Call Omniscript

input — Input we pass input parameter 
sClassName – ‘omnistudio.IntegrationProcedureService’
sMethodName – type_SubType (In IP type_SubType Name)
options — We recieved option Form IP

HTML—

In HTML we creating a data table for show records 

In meta.xmal 

return for salesforce org 

 

Scroll to Top