Category Archives: Uncategorized

Log Me In To Custom Page

Less number of clicks, faster work! It’s a simple fundamental. Log Me In To is one of the configurations in SageCRM where user can decide which page should be displayed as soon as he logs into Sage CRM. This field has different options like Calendar, Splash Screen and Dashboard etc. available by standard. Now as… Read More »

Sage CRM 7.2 Client Side API Manipulate List Block Columns

Grid customizations in Sage CRM are bit time consuming and sometimes need complex coding. But with Sage CRM client side API it has become much easier to work with grid customizations. One of our clients came up with requirement that there should not be an hyperlink on Quote Items grid. Now, this hyperlink is not… Read More »

Sage CRM 7.2 Client Side API Adding columns to List at Runtime

Sage CRM 7.2 introduced a new powerful and simple way to use API for carrying out client side customizations. In my previous blog I had explained how we can hide and show fields using Client side API.  Below is the link for the same. New way of Client side field customizations In this blog I… Read More »

User Administration and Info Admin Rights

Nowadays in every business, data security has become a Key factor.  An application that allows managing it without writing any line of code is very helpful. Sage CRM provides feature for managing data access rights not only for normal users but also for power users like administrators at the time of user creation. In this… Read More »

Everything you want to know about Outlook Integration

When it comes to client side add-ons with web application, it always becomes difficult to set them up due to security restrictions.  Outlook integration is one of such functionality provided by Sage CRM which hugely depends on client environment. Over last few days we have posted series of blogs on classic Outlook integration plugin using… Read More »

Processing Inbound Emails using Rule-sets

Hi folks “GREETINGS OF THE DAY”! Nowadays life has become very fast and every minute counts. In this faster world we don’t have time to write letters and e-mail has become popular way of communication. All new age software’s must address all emailing requirements when it comes to business and SageCRM is no different. Outbound… Read More »

SageCRM 7.2 URL parameters through Client Side API

In Sage CRM customizations most of the times we need query string (URL) parameters to be used in the code. As far as server side programming is concerned, there are several ways by which we can get URL values and use them. Complexity increases when it comes to client side scripting. One needs to write… Read More »