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

DataRaptors

DataRaptors are part of the architectural service management layer and is basically a mapping tool that enables data to be read, transformed and written to Salesforce. In a typical process, we will extract the data, display the data, if data got modified we will post the update back. Dataraptor data are normally displayed in UI… Read More DataRaptors

OmniStudio Calculation Procedures

Calculation Procedures allow complex math to be configured within OmniStudio. To handle many factors, values and calculations, a Calculation Procedure can call up one more more Calculation Matrices. Basically, these are simple lookup tables that takes an input and returns output. A Calculation Matrix adds more functionality to OmniScripts and Integration Procedures. Types of Calculation… Read More OmniStudio Calculation Procedures