Skip to content

Category: Salesforce

Salesforce

Salesforce for Newcomers: Orgs, Sandboxes, Trust and Security

As a newcomer to Salesforce, you will quickly come across several important terms that are fundamental to understanding how Salesforce works. These terms are Org, Sandbox, Trust, and Security. In this article, we will explain each of these terms in detail and how they fit into the overall Salesforce ecosystem.

January 31, 2023
Salesforce

Lightning Tips for Visualforce Developers

Switching from Visualforce to using Lightning is not an easy transition as there's quite a few changes that Salesforce Developers will need to get used to. Lightning changes a lot of the way that Salesforce works.

January 24, 2023
Salesforce

How Lightning Web Components Communicate

Complex applications are made up of many different components that need to work together and share data. Components must be able to communicate with one another. There are several ways that LWC components can communicate with each other.

December 20, 2022
Salesforce

Using Lightning Web Components inside Aura Components

One question that often comes up is whether LWC and Aura Components can be used together in the same application. The answer is yes, they can be used together, but there are some important considerations to keep in mind.

December 13, 2022
Programming

Introduction to Salesforce Lightning Web Components

Salesforce developed Lightning Web Components after Apex, Visualforce, and Lightning Components (Aura). Aura missed the mark, so Salesforce went back to the drawing board...

December 6, 2022
Programming

Using RegEx in Salesforce Apex

Regular expressions, also known as RegEx, are a powerful tool that can be used to search, match, and manipulate strings in various programming languages.

September 20, 2022
Salesforce Lightning
Programming

Are Salesforce Lightning Components (Aura) dead?

No! Salesforce Lightning Components (Aura Components) are likely to live on for quite a few years. I do think that the Lightning Web Component will eventually lead to the Lightning Component falling out of use.

August 9, 2022
Salesforce Lightning
Programming

Should I still be building Lightning Components?

There is no requirement right now to completely rebuild Aura components because Aura and Lightning Web Components can work together. They are completely interoperable.

August 2, 2022
Salesforce Logo
Programming

Creating a Custom Salesforce REST API Endpoint

Apex classes and methods can be exposed to external applications as REST based endpoints. This means that there's a very easy way to have an external application make a direct call into Salesforce to do a specific action.

July 2, 2022
Programming

Should Salesforce architects know how to code?

Salesforce Architects whether they be Solution Architects, Technical Architects or some other type of Architect should have at least a good working knowledge of how to code.

May 15, 2022