Category Archives: Sage CRM

Delete Recent List item in CRM

In Sage CRM we have an option to view the records we have recently visited using Recent button. When we delete a record in the custom entity the instance from the recent list is also deleted. But has anybody come across the below error in CRM when accessing a record from Recent List. This error… Read More »

It's Time for change. Without errors, of course

The standard Sage CRM Time Zone setting for each user is set to (GMT) Greenwich Mean Time. It is a lovely place but unfortunately all of us don’t happen to stay there. So it is imperative that we have to make changes to the user settings to right time zone once Sage CRM is installed.… Read More »

Importance of prevURL Property Part-2

In my previous post I had brief discussion on importance of prevURL property in the query string and explained how to use it with list asp page. http://sagecrmaddons.blogspot.com/2010/11/importance-of-prevurl-property.html In this blog I will be exploring it in more detail and will give idea of how and where it should be used while dealing with custom… Read More »

Import Key Attributes in Sage CRM

Sage CRM’s Key Attribute Profiling feature enables you to build a detailed profile of your customers and prospects over the course of the relationship. These attributes are stored, reported on and used as a basis for future marketing activities. Key attributes are user-defined and easily track the date and call-to-action for a campaign, while providing… Read More »

Update fields of one entity using workflow of another

Workflow in Sage CRM is one of the best functionalities to have not only for a visual description of a Business process but also to set up predefined rules and actions to suit the business process. In a scenario where the client wanted to update a field comp_type in Company based on the Workflow rule… Read More »

Table Level Scripts

In SQL we use “Triggers” to handle some activity after insert, update and delete operations on some SQL records. Sage CRM provides a similar option within the application in the form of TLS (Table Level Scripts). The predefined events in TLS i.e. Update(), Post Insert(), Delete() and Insert() allows you to have operations on insert,… Read More »

Moving Sage CRM to new server

Firstly, credit of this blog contents should be given to Pat Dolan, Sage CRM Product Management. He had listed down detail steps to move Sage CRM to a new server. This post can be considered as an extension to our earlier posts (https://www.greytrix.com/blogs/sagecrm/2009/10/12/steps-to-be-remembered-while-moving-sage-crm-database-from-one-server-to-another/) which explains the steps to be followed while moving only the Sage… Read More »