Tag Archives: Custom Settings in Salesforce

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 »

Custom Settings in Salesforce – Part 2

In one of our previous blogs, we discussed regarding Custom Settings in Salesforce. This blog describes the implementation of custom settings. Let’s take a simple example for Custom Setting – Real-time, bi-directional, multi-company – Sage ERP Integration with Salesforce Create simple VF page for Custom Setting : Now see in Force.com :  Insert records in… Read More »

Custom Settings in Salesforce – Part 1

Salesforce introduced a feature Custom Settings for salesforce in its Winter’10 release which allows users to store custom data sets and associate them on an org-wide, profile or user basis. Custom Settings are similar to Custom Objects. In the same way that we create fields for custom objects, we need to create our own custom… Read More »