Tag Archives: Sage CRM

Configuration and Working for Creating AR Invoice in Sage CRM using GUMU™ Integration

In our previous blog, we discussed that our latest version of GUMU™ Integration for Sage CRM – Sage 100 (MAS 90/200) ERP provides an option to create an AR Invoices in Sage 100 ERP from within Sage CRM. In this blog, we would be discussing, about its working and how we can create AR Invoice… Read More »

Create AR Invoice in Sage CRM using GUMU™ Sage CRM-Sage 100 ERP Integration

“Creating AR invoices from within Sage CRM to Sage 100 ERP” is one of the major enhancement on which we are working on. We have been receiving various inquiries for this enhancement from partners since long-time and thanks to your suggestions and feedback, to make this comes true. Now Users using GUMU™ Integration for Sage CRM –… Read More »

Link Functionality in GUMU™ for Sage CRM – Sage 100 ERP

GUMU™ Integration for Sage CRM-Sage 100(MAS 90/200) ERP has a wide range of features that are helpful and  are easy to work with. In this blog, we would be discussing about working of our newly added functionality “Link Customer”. Check now: Link or unlink Sage CRM company with existing Sage 100 ERP Customer Previously, while… Read More »

Synchronize Dropdowns in Sage CRM using GUMU Integration

Synchronize dropdown is an essential functionality of GUMU™ Integration, wherein all the dropdown information from ERP system required for processing an order is populated in Sage CRM, just by a click of a button. This functionality is available in GUMU™ for Sage CRM when integrated with any of the ERP’s as Sage 100 (MAS 90/200),… Read More »

New Features in GUMU™ for Sage CRM – Sage 100 ERP Integration

GUMU™ for Sage CRM integration with Sage 100(MAS 90/200) ERP is coming up with new features that will give the Integration users more functionality and back office access. GUMU™ Integration has a User-Friendly Interface with Real-time bi-directional link that integrates your front and back office, as a result making changes in either of the systems… Read More »

Item Search functionality in GUMU Integration for Sage CRM – Sage 100 ERP

In GUMU™ for Sage CRM – Sage 100 (MAS 90/200) ERP Integration, we have provided a “MAS 90/200 Lookup” option, wherein Sage CRM users can directly search and select desired item from Sage 100 (MAS 90/200) ERP for placing orders from within Sage CRM.  Video – Working of GUMU SageCRM – Sage MAS 90200 Integration We… Read More »

Migrate Contact Person to Sage CRM using GUMU

In our previous blog, we discussed about Migrate your Documents to Sage CRM using GUMU now let’s see “How Persons are migrated to Sage CRM” during the GUMU™ Migration process. GUMU™ migrates contacts from Sage ACT!, Goldmine, Maximizer, Salesforce.com, Custom DB’s as persons in Sage CRM for the corresponding company. Primary Contact migration from ACT!… Read More »

Executing Stored Procedures using COM API methods

This is developer specific technical tip which can be used in CRM customizations. In customizations we usually execute sql statements using CreateQueryObj function. For Eg. SqlQuery = “Select comp_name from company (nolock) where comp_compname=”+sCompId; SqlObj = eWare.CreateQueryObj(SqlQuery); SqlObj.SelectSQL(); Here to retrieve the value of comp_name we can use SqlObj(“comp_name”). The above example is for the… Read More »