Category Archives: Salesforce Services

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 »

Salesforce Wave Analytics

Salesforce Wave Analytics is a cloud-based data analytics platform. It has been designed to graphically represent & analyze Salesforce data. It connects data from multiple sources, creating interactive views of that data, and sharing those views in dashboards. It’s a better way to distribute insight to business users so they can understand and take action… Read More »

How to configure Email Deliverability Settings for Email Notification

Creating email templates in Salesforce is an easy way to send an email notification that can save you a huge amount of time. Salesforce provides various types of email template – Real-time, bi-directional, multi-company – Sage ERP Integration with Salesforce The Advantages and Disadvantages of each email Template are as follows :- Text Pros –… Read More »