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

Fixing NavigationTitle Warning Errors In SwiftUI

For some strange reason when you add the navigationTitle() to any view inside the NavigationView it would throw constraint errors. Running the simulator it would build fine but will throw these constraint warnings. The Debug View Hierarchy shows the following which is still unclear to me how it works. Thanks to this post. Adding navigationViewStyle()… Read More Fixing NavigationTitle Warning Errors In SwiftUI

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