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

How To Set Up CICD On Bitbucket Pipelines With the Vlocity CLI

Learn how to set up CICD on Bitbucket Pipelines with the Vlocity CLI. This tutorial will teach you the basics to get started on using CICD to deploy omnistudio/vlocity datapacks with Bitbucket. To get started, we will cover following setup on this tutorial use of a docker image installed with the sfdx cli, vlocity cli… Read More How To Set Up CICD On Bitbucket Pipelines With the Vlocity CLI

How to Use SOQL Query From the Data Source Wizard with OmniStudio FlexCards

Building on the knowledge of using the FlexCard and selecting Data Sources which is the important part of the step. Check my previous post of using FlexCard and Data Source Wizard tutorial here. On this post we focus on using SOQL Query as the Data Source. We use the Salesforce Object Query Language (SOQL) to… Read More How to Use SOQL Query From the Data Source Wizard with OmniStudio FlexCards