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 import { OmniscriptBaseMixin } from ‘omnistudio/omniscriptBaseMixin’; input — Input we pass input parameter sClassName – ‘omnistudio.IntegrationProcedureService’ sMethodName – type_SubType (In IP type_SubType Name) options — We …
How to Call Integration Procedure In Custom LWC Vlocity (Saleforce/Vlocity / OmniStudio) Read More »