Author Archives: greysalesforce

GUMU™ Sage 100 ERP Integration (Pro) now on Salesforce AppExchange

Thanks for your feedback on our GUMU™ for Salesforce – Sage 100 (MAS 90/200) Integration solution. We are happy to inform that our Pro version of the integration is also now available for download from the Salesforce AppExchange. Email us at salesforce@greytrix.com and we can assist you to set up integration with your Sage 100 ERP… Read More »

Hiding non removable fields from a page layout

A salesforce admin can control what fields are on the page layout of an object. However there are certain fields in the page layout of an object that cannot be removed from the page layout. They are marked with a blue bullet in the layout. There is a simple workaround for this that we will… Read More »

GUMU™ Salesforce integration with Sage 100 (MAS 90/200) ERP | Greytrix

If you are leveraging Salesforce.com as your front end solution and Sage 100 ERP for financials, extend your investments with this easy to use and install, real time, bi-directional integration using GUMU™ GUMU™ for Salesforce – Sage 100 Integration is designed to provide businesses a seamless integration using existing Salesforce.com and Sage 100 ERP business process… Read More »

Adding Google Map to an address in Salesforce

It is possible to add a google map to any Salesforce object. The map can be used to graphically display the address of a particular record. Let’s say we want to display address in our custom object. Suppose our custom object has the fields Street, City, Zip, State, and Country. We will need to add… 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 »