Set Up OmniScript Type Ahead Autocomplete with the Google Places API

In this post, we are going to learn how to set up OmniScript Type Ahead autocomplete with Google Places API. You’ve seen this implemented in most forms that require input for an address and then as you type the address autocompletes and optionally we see it populates other fields in the form like the street… Read More Set Up OmniScript Type Ahead Autocomplete with the Google Places API

Some Gotchas When Installing Vlocity Industries in your Salesforce Org

So our client has a fresh vanilla Salesforce org that I am setting up by installing Vlocity Industries – Energy and Utilities Cloud and learned a few gotchas that I wanted to share. First off, know if your org uses OmniStudio sObjects(standard) or OmniStudio for Vlocity SObjects(custom objects). You can do the following: Under Setup… Read More Some Gotchas When Installing Vlocity Industries in your Salesforce Org

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