Category Archives: Uncategorized

CRM Email Manager Service failed to start

One of the strong features SageCRM provides is E-Mail functionality. This is the reason why we push all our customers to use email outbound and inbound functionalities to the maximum. Now when it comes to inbound emailing, we must know how to handle various issues that are associated with Email Manager Service. You will find… Read More »

Linked selection fields through client side scripting

Today I will revisit one of the oldest, but very much useful tricks related to web forms. Most of the forms nowadays need relationship to be established between two fields. For example when I select Product interest in one list it should filter Sub product interest in another field. Today I will explain how this… Read More »

Sage CRM and IIS authentication settings

SageCRM is like any other web application which can be hosted on IIS for access over the network. Network access of applications is highly vulnerable to risks of injections. Hence IIS provides different Authentication methodologies that can be configured for any web application. However improper configuration of these parameters may lead to other issues and… Read More »

Get Size of all Tables in CRM Database

For any database driven application, it is very important that the database must be optimized to the best so as to deliver higher performance. As the data volume in database increases, load on the system also increases which affects the performance on the system which in turn affects the client’s business. For business application like… Read More »

CRM database auto-backup on SQL express Editions

Database backup is very essential in business environment to keep disaster recovery options open. Maintaining every day database backup is routine practise for all software friendly industries. However doing this task manually is very tedious job and involves lot of risk if someone forgets to backup.  New Stuff: Sage 100 user mapping with Sage CRM… Read More »

User specific data on Interactive dashboards

Interactive dashboards add up to overall look and feel through which data is rendered to management users. Dashboards help review team’s performance over the time. However some users may want specific dashboards like Leads that are assigned to them only. Yes this is similar to Leads pipeline however I may want to keep tab on… Read More »

Sage CRM Currency Conversion through code

Every country has its own Currency. Businesses that sell products in different territories may need to capture all those currencies as well. Also they may want to see the reports in their own currency as base. New Stuff: Limit number of characters in Sage CRM fields In Sage CRM we can configure multiple currencies, conversion… Read More »

Document Management against Lead Entity

Documents are integral part for any business. During any business process lots of documents are being shared between the parties. These documents may be the physical documents or electronic documents. As technology is evolving, electronic documents are mostly preferred as they are easy to store, manage and can be accessed anywhere any time. New Stuff:… Read More »