Author Archives: greysalesforce

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 »

GUMU™ Data Integration for Salesforce – Sage ERP: Rated 5-Star on Salesforce AppExchange

GUMU™ Integration for Salesforce – Sage ERP

Leverage real-time enterprise data for better insights of your Customers with Salesforce – Sage 300 integration

Today, businesses have to be responsive to dynamic customer expectations. It is a need rather than a choice for enterprises to ensure that superior customer experience is delivered in order to stay ahead of the competition. But how to achieve this, is the question most of the industries are struggling to find an answer to.… Read More »

Real-time details in GUMU™ Sage 300 ERP Integration for Salesforce

GUMU™ Sage ERP Integration for Salesforce is real-time bi-directional integration solution which allows you to integrate your Salesforce with your Sage 300 ERP. Our GUMU™ Integration provides you for viewing the real-time Customer details from the ERP along with its Sales orders and AR Inquiries. After successful installation of the package in the organization and… Read More »

Real-time details in GUMU™ Sage 100 ERP Integration for Salesforce

GUMU™ Sage ERP Integration for Salesforce is where records get updated from Sage 100 ERP to Salesforce and vice versa on a real-time basis depending on the sync option. In this blog, we will discuss the information which we are fetching from the Sage 100 ERP on a real-time basis and this information is not… 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 »