Tag Archives: Sage CRM

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 »

Change Entry Type of Field in Sage CRM

Sage CRM standard functionality allows us to add multiple types (Text, Selection List, Multi Select, Search Select Advanced etc) of entries in an entity and showing them for at the entity level for informative purpose. What if you have created a field with wrong data type? Has anyone thought how one can change the data… Read More »

Setting AspMaxRequestEntityAllowed Value in IIS

You all might be aware of the problem that occurs while Importing Bulk Data into CRM. What actually happens is that CRM tries to upload the file though the routine but a small value in AspMaxRequestEntityAllowed in the IIS settings or rather the Metabase.XML file cause the import routine to fail mid way and throws… Read More »

Dropdown Sync in Sage CRM System

Everyone must be aware that standard Sage CRM system allows us to integrate with the Sage Accpac system. We have developed many routines for showing data from Sage Accpac in Sage CRM. I would like to explain one of the functionality of Sync Dropdowns using a new field lookup in Accpac.Let’s say assume you want… Read More »