Tag Archives: Salesforce Classic

How to abort all existing background Apex Jobs in Entity Mapping/Import module

In this blog, we will delve into the steps required to abort all existing background Apex Jobs within the Entity Mapping/Import module in Salesforce. The blog will cover: What Apex Jobs are and their role within Salesforce? Apex Jobs are asynchronous processes that run in the background in Salesforce. These jobs allow for tasks that… 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 »

Expand and Collapse panel using Lightning Component

As mentioned in our previous blogs, we have already seen how to use Lightning Components in our Visualforce pages and we have also seen how to implement the look and feel of Lightning in our Visualforce pages using SLDS system. As it stands it does seem like one-way traffic as we are only implementing Lightning… Read More »