Category Archives: GUMU™ Salesforce

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 »

Invoke Future Methods through Apex Trigger for web service callout

While developing applications in force.com, sometimes we need to consume external web service in apex trigger. But, callouts cannot be made from apex triggers as that restricts database transaction until the callout is completed and the time limit for this is up to 120 seconds. You can find other callout limits here. The only way… Read More »