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

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