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 »

Generating simple reports in Sage CRM

A report helps to give a quick review of information/data entered. It is very simple to create a report in Sage CRM. Sage CRM reports are built using views to access information from a database. Creating or customizing the views in Sage CRM can allow you to create reports for specific requirement. Let us take… Read More »