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

How To Get Started With Conga Composer For Salesforce

Learn how to make pixel-perfect documents from Salesforce. Conga is a 3rd party product on the Salesforce AppExchange that can be installed to extend Salesforce. Conga composer is a document generation tool. It is easy to create documents, presentations, and spreadsheets using Salesforce data. Conga can be used in a variety of use cases like… Read More How To Get Started With Conga Composer For Salesforce

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