Tag Archives: Sage CRM 7.2

IIS Tip – Enable 32-bit Applications on 64-bit server

Sage CRM setup process automatically creates a website and an application pool in an IIS with pre-defined settings. Sage CRM application runs based on these settings. Any incorrect setting on the application pool can cause Sage CRM application to stop functioning. Most of the settings are set properly in IIS; but there may be a… Read More »

Confirm if your Sage CRM system has actually expired

Last week we faced this quite strange issue on one of the server when Sage CRM suddenly stops running and shows below error message (Refer below screenshot). Looking at the error we thought it might be due to Sage CRM License Keys expiration; and hence, we checked the License Keys validity but found that it… Read More »

Make Calendar Control visible in Sage CRM

Recently we came across a strange behavior of the Date Picker field where the Date Picker was not opening to show the Calendar control in Sage CRM. Our new GUMU Solution: GUMU for Sage CRM – Sage ERP X3 Integration ~ realtime, bi-directional, multi-folder As a normal behavior, when any  Sage CRM user clicks on the… Read More »

Customize Sage CRM Order Screens to Promote Orders into Sage 300 ERP

In earlier versions (Sage CRM v6.2 integrated with Sage Accpac v5.5 and v5.6), there was Order / Quotes tab which had an ability to create orders from an Opportunity. However in the newer versions (Sage CRM v7.0 with Sage Accpac v6.0), Quotes and Orders are created through the Quotes and Orders tabs (SWT screens) which… Read More »

2 Solution Entries in Sage CRM Find Screen

Few days back while checking Sage CRM Community forum, we came across a question – Why does Sage CRM show 2 solution entries in Sage CRM ‘Find’ screen instead of one? Coming Soon: GUMU for Sage CRM – Sage ERP X3 Integration ~ Real-time, Bi-directional This find menu options are displayed by using find Tab Group. To… Read More »

Quote/Order is Read Only message in Sage 300 Sage CRM integration

While working on the upgrade of GUMU for Sage CRM Sage 300 Order Entry Integration, we observed the below message on Quote and Order summary screens (in the blue bar) for one of the Orders. This Quote/Order is read only because of changes made in the OE Admin. Brief about our GUMU for Sage CRM-Sage 300 Order… Read More »

Control Column Visibility in Sage CRM Grids and Lists

Sage CRM allows us to customize Lists, Grids, and Screens in such way that with little bit of a trick; Sage CRM users can add data security. Data security can be provided at various levels for an entity, for screens, tabs or at the field level. In this blog, we will explain how security can… Read More »

Sage CRM 7.2 Client Side API Adding columns to List at Runtime

Sage CRM 7.2 introduced a new powerful and simple way to use API for carrying out client side customizations. In my previous blog I had explained how we can hide and show fields using Client side API.  Below is the link for the same. New way of Client side field customizations In this blog I… Read More »

SageCRM 7.2 URL parameters through Client Side API

In Sage CRM customizations most of the times we need query string (URL) parameters to be used in the code. As far as server side programming is concerned, there are several ways by which we can get URL values and use them. Complexity increases when it comes to client side scripting. One needs to write… Read More »