Category Archives: Salesforce Services

Experience Salesforce1 on desktop

In today’s scenario, it has become very important to create applications that are mobile compatible. It is not always feasible for the developers to check the appearance of their pages time and again on a mobile device. Thankfully, Salesforce provides a way to check the page functionality of Saleforce1 without logging into the mobile device.… Read More »

Mass Email Salesforce Users

Our GUMU™ SAGE ERP Integration for Salesforce (Sage 100, Sage X3/EM and Sage 300) is a real-time bi-directional link. Using GUMU™ user can synch data between Salesforce to Sage ERP and vice versa. Salesforce provides a very useful feature of mass emailing all the users. This can come in handy whenever an administrator wishes to send out a message or… Read More »

Trailhead – A new way to learn Salesforce

Salesforce earlier started a new tool on developer community named “Trailhead”. Currently, this is in beta mode and Salesforce is adding more features into it. What is “Trailhead”? Trailhead has broken down the Salesforce 1 platform into various sections known as “modules” and these are further divided into units so that one can learn those… Read More »

Get key prefix of an object using Apex

Every record in Salesforce has an ID which is used to uniquely identify the record. Each ID value is globally unique. The first three digits represent the object type. For example, the Account object uses the 001 prefix; the Note object uses the 002 prefix, Contact uses 003, Users 005, Opportunity 006 etc. We can… Read More »

Delete apex class or trigger in Salesforce Production Org

It is not possible to directly delete an Apex class or trigger after it has been deployed to production. A quick workaround to delete or disable Apex Class/Trigger is by using eclipse and Force.com IDE. Here are the steps – Download Force.com IDE. Connect to the salesforce production org. Download the apex class/trigger. Open the… Read More »

Quick way to find out the release of Salesforce Instance

In our last blog post, “Quick way to find edition of Salesforce” we had described how we could quickly find the edition of the Salesforce instance. In this post, we would be describing how a user can quickly find the release of the Salesforce instance. As you might know, Salesforce provides three product releases every… Read More »