Hello, and welcome to the Roycon Blog! Today we are going to be discussing how to leverage Field Service App Extensions to integrate with the popular payment processing application, Square. If you are interested in learning more about the functionality afforded by...
THE BLOG
Creating your first record-triggered flow with no experience
Creating Salesforce Flows Hello and welcome. The objective of this article is to provide those new to Salesforce Flows with instruction on how to build a record-triggered flow that automatically updates a record (the Account) once a related record (the Opportunity)...
How to View the Salesforce Setup Audit Trail
In this video, we'll talk about the Salesforce Setup Audit Trail feature and how to start using it. The Setup Audit Trail tracks setup changes made between admins. This is an ideal troubleshooting tool if you're seeing errors from a recent change, and is especially...
How to Integrate One Salesforce Org into Another
Hey folks! In this blog post, I will cover how we can integrate two salesforce orgs. Nowadays we have many requirements where we integrate 3rd party Apps with the Salesforce Platform. Being a Salesforce developer I have also completed many integration projects. (For...
Salesforce Governor Limits: Everything You Need to Know
Although the possibilities of technology today are seemingly endless, everything has its limits. In particular, Salesforce runs on a multitenant system - in other words, multiple Salesforce client applications use the same server for its resources. In order to...
How to Use Salesforce Composite Rest API
Hey folks, In this blog, I will cover what is the Salesforce Composite Rest API, How we can use the Composite Rest API, and what the benefits are of Composite Rest API. What is Rest API? A Rest API stands for RESTful API. Rest API is a web interface. It allows us to...
My Favorite Winter ’22 Development Releases
The Winter ’22 Salesforce Releases feature a plethora of features across each of Salesforce’s products. Today, I’ll share some of my favorite development features coming along with the Winter ’22 Release. Lightning Components There are many updates coming with...
Using MuleSoft Composer for Salesforce
Integrations are a major demand for Salesforce line-of-business users. And in most cases, those integrations need to span across the entire org. This implementation can be challenging with the growing demand that outweighs the capacity of current IT and development...
How to make Rest API callouts from Lightning Web Components
Hey folks! In this blog post, I will cover how we can make REST API callouts from Lightning Web Components. What are Lightning Web Components (LWC)? Lightning Web Components are a new UI framework introduced by Salesforce to build lightning components. Lightning Web...
What is Async SOQL & How Can You Use it
Hi folks, In this article we’re going to learn all about is Async SOQL, what is SOQL, what's the difference between Async SOQL and SOQL, and how to use Async SOQL. Before you dive into this article, a great pre-requisite prior to moving forward would be an article on...