Migrate GoldMine opportunities to Sage CRM with GUMU utility

GUMU™ for Sage CRM – GoldMine migration is a wizard driven utility that converts Goldmine data into Sage CRM or Sage CRM.com. The conversion process for GoldMine data is pretty simple, thus a user friendly GUI stepwise procedure will guide users to convert all their existing information details such as Company, Contacts, Communications (Pending or… Read More »

Calculating dates excluding Saturdays and Sundays

What if you need to write a custom logic in CRM to determine expected end date of something? Like I open an opportunity on 1st January 2012 and it is expected to be closed in 7 working days. Close by date must be updated automatically through table level script. Seems to be pretty much straight… Read More »

Enable CLR for SQL

Are you getting the below mentioned errors while executing user defined components on SQL? 1. Exceptions like ‘Message=Execution of .NET Framework code is disabled. Set “clr enabled” configuration option and restart the server.   2. Execution of user code in the .NET Framework is disabled. Enable “clr enabled” Enable “clr enabled” configuration option These errors… Read More »

DNS Server Settings

One of our clients came up with a requirement, ability to access CRM by entering alternate URL, easier to understand by normal users. E. g. instead of entering a long URL say http://abcdefgh/crminstance name/eware.dll/US they wanted to enter say TestHost in the address bar to access the CRM. Well, this can be done using some… Read More »

Remove unwanted Phone-Email fields Part 2

In my previous blog I had explained how this can be done in standard way. https://www.greytrix.com/blogs/sagecrm/2012/10/20/remove-unwanted-phone-email-fields/ Bu what if you want to just hide the unwanted fields in the Phone/Email tab and not remove them?  Same can be done by implementing JavaScript as explained below. Here are the installation instructions. 1. Create a ClientFuncs.js file… Read More »

Combining two fields in view mode

In Sage CRM, I came across one interesting scenario where I want to display two fields combined. Consider the scenario, if I wanted to display an age field like 24 years. In this case I created two fields one text field which contains age value and another one is selection which contains age description like… Read More »