Tag Archives: Salesforce Development

How to Create an Email as a Quick Action in Lightning Web Component

In this blog, we will guide you on creating an Email as a Quick Action in Lightning Web Component. This Quick Action will allow you to open an Email Composer with predefined values. To achieve this, we will be using a Headless Quick Action approach. Upon loading the headless quick action, the user will be… Read More »

How to Use Custom Permission in Salesforce?

In this blog, we are going to discuss “How to Create and use Custom Permission in Salesforce?”. This blog post will cover the process of creating custom permission in Salesforce and also how to apply/Use Custom Permission in Salesforce. The purpose of this is by using this we can give access to a particular user… Read More »

How to Create a Sandbox Template in Salesforce?

In this blog, we are going to discuss about “How to Create a Sandbox Template in Salesforce” This blog post will cover the process of creating a Sandbox Template in Salesforce. The purpose of this template is to facilitate the creation of Partial Copy Sandbox and Full Copy Sandbox. Create a Sandbox Template We are… Read More »

Implementing RSS feeds on your Home Page using Visualforce page

Salesforce allows its users the ability to modify their Standard Home page by using various components such as links, images, HTML area and Visualforce area; the latter being a Visualforce area component to display your Visualforce page. It has also abandoned a few features of its own to implement something better the best example of… Read More »

Using Nested Lightning Components in Salesforce

We have already gone back and forth on how Lightning is beneficial and yet minimalistic, how it could be rendered on VisualForce Pages and how to implement their design system on Salesforce Classic if you want a taste of both worlds. Since its emergence, a large swarm of developers has gone on tireless approaches to… Read More »

Creating a VisualForce Page with the help of Lightning Design System

While we have already discovered how to use the Lightning components in our VisualForce pages there are other ways available to developers to have the same look and feel of a Lightning design system in a VisualForce page without the use of any Lightning components. The Lightning design system provides a material design approach to… Read More »

Avoiding API Limits in Test Classes

Salesforce runs in a multitenant environment. So as to make sure that every user gets a fair access to all the salesforce resources and to avoid monopolization of shared resources, Salesforce applies API governor limits to it. While testing all the test classes or test suites in the salesforce org, there might be a possibility… Read More »

Two-factor Authentication

In today’s world, organizations more concentrate on increase in security measures to protect their systems and data, which is one of the important reason behind two-factor authentication development. Using two-factor authentication, organizations not only can prevent against security hacks but also from unauthorized access. It give more secure and reliable organizations system. Businesses are also… Read More »