Author Archives: greysagecrm

Active directory sync for Person entity

We have designed data import routines for several standard as well as non standard Sage CRM entities. You can find information on the same by going through below link. https://www.greytrix.com/blogs/sagecrm/2010/04/08/data-import-routines/ We have designed another interesting import module recently. The module is used to import the users from Active directory in Person and related tables of… Read More »

Managing Email Interaction through CRM

In most of the organizations, complaint or request management is email based. In this case it is very much necessary to have tracking parameters to search such email communications like Interaction Id’s, Reference Id’s etc. This helps us track the communications logged by customer as well as responses sent for the same in CRM system.… Read More »

Error exporting reports to excel in CRM part 2

In the current versions of Sage CRM we come across this error very often. There are several reasons why this error may occur. I had discussed couple of issues in my earlier blog posts on this particular website (Links below). Error exporting reports to excel https://www.greytrix.com/blogs/sagecrm/2010/04/22/error-exporting-reports-to-excel-in-crm/ Desktop Size Limitation https://www.greytrix.com/blogs/sagecrm/2011/12/06/desktop-size-limitation/ Sometimes even if we follow… Read More »

Changing the Colour of the Date field

I had explained on this blog site earlier how to change the properties of fields from client side scripts. One of the case scenarios that I came across recently is to change the color of Date field based on some condition. Here is the script written on the custom content which does the job. //’Function… Read More »