Category Archives: Salesforce Services

Adding/Creating FieldSet in Salesforce

A field set is a grouping of fields for an object. Creating field sets in Salesforce is an easy way to dynamically query fields and dynamically binding the fields to display field sets on your Visualforce pages which can save you a big chunk of time. Field set is an out of the box feature… Read More »

Creating a Lightning Component

Lightning Components are the self-contained and reusable units of an app. They represent a reusable section of the UI. It is a bundle that can contain other components, as well as HTML, CSS, JavaScript, or any other Web-enabled code. This enables you to build apps with sophisticated UI’s. It can range in granularity from a… Read More »

Creating SObject Dynamically by Using Id

While working on one of our projects, we faced a challenge where we were supposed to create the object, already existing in the database, dynamically from just an “Id”. We had no information other than the Id field of the record. We can use the functions of SObjectType class to create the instance of a… Read More »

Batch Processing in Salesforce

Salesforce does not allow to perform DML operation more than 10K records in single transaction. Consider a situation where you have more than 10K records to perform DML operation. Due to Governing limitations of Salesforce (because of Multi-tenant architecture of Salesforce) you won’t be able to do the same. But Salesforce provided very nice feature… Read More »

Convenience added to Process Builder

Salesforce adds features to the existing Salesforce functionality with every release. It’s always the Sandboxes that gets upgraded first so that your organization gets the look and feel of the new release. As you must be already aware, Lightning is the latest happening thing in Salesforce, and you would find lots of exciting new features… Read More »

Mass Deletion of Records

There are times when we want to perform mass deletion of records on Salesforce object records. We might come across a scenario where we want to perform Mass delete of records on large number of records of particular object which would delete records in bulk. We checked in Salesforce and we found that this functionality… Read More »

Salesforce Security Health Check

With the release of Spring ’16 version of Salesforce, a lot of existing features were updated whilst a few of them were also introduced for the first time. Amongst the newly introduced features, one was Security Health Check. Real-time, bi-directional, multi-company – Sage ERP Integration with Salesforce Health check lets you track and identify all… Read More »