Control Column Visibility in Sage CRM Grids and Lists

Sage CRM allows us to customize Lists, Grids, and Screens in such way that with little bit of a trick; Sage CRM users can add data security. Data security can be provided at various levels for an entity, for screens, tabs or at the field level. In this blog, we will explain how security can… 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 »

401 – Unauthorized Access is denied due to invalid credentials in Sage CRM

Error: Generally this error occurs when we try to do any administrative changes in Sage CRM. For e.g. changing in Administration -> System -> System Behavior Reason: Administrators can see the Administration tab. However if the IIS authentication is not configured correctly the error might occur while changing any configurations. Setting Application pool identity will utilize… 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 »

This has to be the news for the month – 700 Sage CRM Posts

It was just in November that we had celebrated the 600-blog count mark for CRM. In just 5 months, this count has crossed 700-blog count. And we are all celebrating this achievement at the Greytrix camp. We thank all the readers and contributors who have constantly given their valuable inputs and helped us achieve this… 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 »