Dropdown Sync in Sage CRM System

Everyone must be aware that standard Sage CRM system allows us to integrate with the Sage Accpac system. We have developed many routines for showing data from Sage Accpac in Sage CRM. I would like to explain one of the functionality of Sync Dropdowns using a new field lookup in Accpac.Let’s say assume you want… Read More »

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 »