Category Archives: Uncategorized

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 »

Fiddler: A tool which gives you a super power

We talk a lot about implementer’s and testers. Let’s do something for developers today! Sage CRM works on standard client server architecture where several Request-Response exchanges are happening over the network. Sometimes the Requests and Responses work properly however somewhere in between goes wrong and we start facing http errors. This is one of the… Read More »

Increasing size of Email Editor in Sage CRM

Communications is one of the pillars of successful business. We all communicate with via phone or emails on daily basis. Sage CRM provides SMTP, POP email integrations and inbuilt Email editor goes very well for any set of requirements. However size of the email editor that comes by default is sometimes not sufficient. New Stuff:… Read More »