Category Archives: Configuration

404 Page not found errors on Web Quote/Order tabs in Sage 300 ERP integration environment

It’s really painful when things start failing suddenly and you have to do whole lot of debugging to get them back in place. My purpose of writing tips on this blog site has always been to help you people identify and resolve the issues faster. Today I will discuss an issue I faced in Sage… Read More »

Dcom configurations on 64 bit server and 32 bit Microsoft office

Enterprises that are yet to adapt CRM for their front office operations, maintained critical information of leads, prospects, customers and employees in complex excel sheets. There was a need for an advanced application to leverage enterprise data for real-time customer insights and quick decision making. Sage CRM simplified front office operations from analyzing customer interactions,… Read More »

Customer Dashboard with LinkedIn search

LinkedIn is one of the most popular social networking sites for professionals, having over 100 million members from over 200 countries. LinkedIn is not only helpful for social networking, but also for searching new customers, suppliers, and vendors for your business. In today’s world it has become immensely important to track customer behavior and LinkedIn… Read More »

Hash fields in Workflow Execute SQL Statements

Workflow is one of the powerful features of SageCRM. We can define workflow Rules for systematically updating data for the entities through workflow. Every rule must be associated with set of actions. Sage CRM Workflow has several workflow actions that can be configured for any workflow rule as shown in below diagram. New Stuff: Implementing… Read More »

Adding Image Under Status Column on Grid

As you all know the impact of images present on web applications over users (i.e. more the images more the “likes”). Lets see today how we can make this more information/fun for to user by adding images under status column on any grid available in Sage CRM. Let’s take an example of a Status field… Read More »

Implementing Browser based Spell-Checker in Sage CRM

Although Sage CRM comes with its own spell checker but user needs to click a button all the time to check E-mail content. It is also limited to FCK editor only; and not available for other Sage CRM screens. New Stuff: IIS Tip – Enable 32-bit Applications on 64-bit server Imagine a better Spell Checker… Read More »

Table Level Scripts Logging and Performance

In SageCRM, Table level script can be used for replicating SQL trigger like functionality.  Table level scripts help us handle the data update events properly and do corresponding actions within SageCRM. The beauty of it is we can use SageCRM API and write server side JavaScript like functionality to function similar to that of triggers.… Read More »

Mail Merge Errors in Sage CRM 7.2

Mail merge functionality is one of the very useful SageCRM modules when it comes to sending newsletters, welcome letters etc. With the introduction of Apache Tomcat for this functionality, lot of Java configurations have been introduced to the default install. Any changes to these configurations can lead to issues with the merge process. We have… Read More »

Consequences of De- Duplication

De-Duplication in Sage CRM is a feature which prevents users from feeding duplicate records into CRM. This avoids redundancy and ensures optimal usage of database. Sage CRM offers different ways in which we can set the dedupe behavior which he have already shared in our previous blogs. Related Post: Change the standard dedupe behavior Well,… Read More »

Re-assignment within same team/territory

Sage CRM is very much flexible to manage different type of situations as per business needs. It has been designed in such a way that we can do complicated configurations very easily. In this blog I will explain you how to restrict/filter users list on reassignment functionality based on certain condition. The New Stuff: Sage… Read More »