How To Limit Pushing Changes To Specific Remote Branches in Bitbucket

On this post we are going to learn how to limit pushing changes to specific remote branches in Bitbucket. Let’s say we have the following repository branches. main or master uat qa We do not want users to directly push their changes to any of the remote branches without going through pull request and code… Read More How To Limit Pushing Changes To Specific Remote Branches in Bitbucket

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