How Do Lifecycle Hooks Work in Lightning Web Components

How do lifecycle hooks work in lightning web components? Lightning web components have a lifecycle managed by the framework. When lightning web component instance is created it goes through a lifecycle phase. During specific phases, a lifecycle hook fires triggering a particular callback method. Each callback method has it’s specific use and has things you… Read More How Do Lifecycle Hooks Work in Lightning Web Components

How to add custom LWC components in an OmniScript and access the omniJsonData

Learn how to add lwc components in an OmniScript and access the omniJsonData then use the data in a lightning-table component. Where to start? Prequisite is having VSCode with the Salesforce Extension Pack and sfdx CLI installed. Check this tutorial for how to setup. First create a new LWC component to get the default file.… Read More How to add custom LWC components in an OmniScript and access the omniJsonData

How to Fix Activation Errors – Duplicate Name Found When Deploying OmniStudio Calculation Procedures

Quick tip on how to fix activation errors with OmniStudio Calculation Procedures What is the error? When deploying calculation procedures you might end with an error such as: The error is not clear on what we have done wrong. There is hint though that there is a duplicate name somewhere. What is the root cause?… Read More How to Fix Activation Errors – Duplicate Name Found When Deploying OmniStudio Calculation Procedures