Category Archives: Sage CRM

Sage CRM .Net Tips and Tricks

In my earlier post I had explained checkpoints that needs to be checked before using .Net API. http://sagecrmaddons.blogspot.com/2011/04/sage-crm-net-api-check-points.html Today I will be explaining the some of the development tricks that I have observed while writing Sage CRM code in .Net API. 1. Tab focus: After clicking on Continue button and navigating to Summary tab, the… Read More »

Setting Default Values in CRM

In Sage CRM we are very much aware of the “Field, Screen, List, Tab, View” etc functionality using whim we are able to do lot of modification Display required field in Screen or List, Allow sorting in List column, Provide hyperlink on List column. The most innocuous but very important of all the requests that… Read More »

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 »