Author Archives: greysalesforce

Add Lightning Components to VisualForce Page

Salesforce has reimagined the platform from Classic to Lightning. With the lightning version, accessing data and tools has become easier. The major advantage of Salesforce Lightning over Salesforce Classic is its faster response time with enhanced user interface. Lightning uses its own set of components and design system which is different from Salesforce Classic. The… Read More »

Using GUMU™ Link existing Salesforce Accounts with Sage 100 ERP Customers

GUMU™ is a real time bi-directional integration link. Using GUMU™ user can import new customer from ERP to Salesforce. But consider in case if there is a Customer already exists in Salesforce, then you will have to link those existing customer before start bringing customer from ERP to Salesforce to avoid duplication. The link customer… Read More »

Using GUMU™ Link existing Salesforce Accounts with Sage 300 ERP Customers

GUMU™ is real time bi-directional integration link. Using GUMU™ user can import new customer from ERP to Salesforce. But consider in case if there are a Customer already exists in Salesforce, then you will have to link those existing customer before start bringing customer from ERP to Salesforce to avoid duplication. The link customer is… Read More »

Achieve results affordably with GUMU™ for Salesforce-Sage 300

In any business, software has become an indispensable component while offering products and services. From marketing, sales, customer service, supply chain management & operations, it has become essential to automate business processes capturing vital data for coordinated workflows. However, the reliance on siloed Salesforce Sage 300 ERP solutions makes it difficult to track your enterprise… Read More »

Using Roll-Up Summary field formula

While working with one of our recruitment based clients, we had a requirement to incorporate their business process for the updating the Account fields, based on a roll-up summary field. The process required certain fields to be updated, emails to be fired for the same criteria, etc. This could be easily resolved if you choose… Read More »

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 »