Nagendra SinghProconnectsalesforce.hashnode.dev·Sep 7, 2024Omnistudio : Using SetValues in Integration Procedures: Beware of Heap Size!Introduction When building solutions with Salesforce OmniStudio’s Integration Procedures, the SetValues element is a handy tool for developers. It lets you assign data to variables or JSON nodes, making it super versatile and powerful. However, using...Discuss·242 readsOmnistudioheap-size
Nagendra SinghProconnectsalesforce.hashnode.dev·Aug 19, 2024Omnistudio : Invoke Omnistudio IntegrationProcedure Calls from LWCIntroduction Salesforce's Omnistudio offers amazing tools for creating guided workflows and dynamic business processes. One of the coolest features in Omnistudio is the Integration Procedure, which lets you call external systems or handle data within...Discuss·220 readsOmnistudioIntegration procedure
Nagendra SinghProconnectsalesforce.hashnode.dev·Mar 17, 2024Comparing FlexCard and Integration Procedure to LWC and Apex Controller: An In-Depth Analysis Supported by Hard FactsIntroduction In the constantly changing Salesforce universe, developers and admins are always making choices that affect how well their apps run, how easy they are to keep up, and how smoothly they can be built. One big choice is picking the best way...Discuss·10 likes·1.2K readslwc
Nagendra SinghProconnectsalesforce.hashnode.dev·Jun 10, 2023OmniStudio (Integration Procedure): Filtering One List Using Values from Another ListHey there! Today, I'm excited to guide you through filtering a list of objects by comparing values from another list of objects using the Integration procedure. 😊 Let's work with the JSON below. We've got two lists here - "PrimaryList" and "Secondar...Discuss·2.5K readsOmnistudioomnistudio filter list