Category Archives: Lists

Highlight Specific Rows in Grid based on condition Using JavaScript

Have we ever thought of highlighting specific rows of a particular list based on certain conditions? Well, here is the blog which will help us to achieve the same in CRM. There are multiple ways to get this done in CRM but this time will see how JAVASCRIPT can help us to achieve this. New… Read More »

Center Align List/Grid Data

Dear folks! Here comes one more exciting blog for you all. You all must be familiar of List/Grid in CRM. It’s nothing but tabular representation of the data present in your CRM. It contains “Rows” and “Columns”, columns starts from serial no “0” (i.e. the index value of the first column is “0”). Now, you… Read More »

How to increase search limit of Keyword Search

Hi folks! You all must be aware of Keyword Search functionality in CRM. Please find the URL which explains how “Keyword Search” functionality works. Make your keyword search more efficient Now, through this article I would be explaining you how we can increase the search limit of Keyword Search. New stuff: How to give Name in… Read More »

Viewing My Opportunities on Interactive Dashboard

Sage CRM has an inbuilt Interactive Dashboard which is used to display Sage CRM data. Sage CRM User can view his Tasks, Opportunities through Dashboards. In this blog, we will explain how user can view his ongoing Opportunities in an Interactive Dashboard. New Stuff: How to control Email Forward and Reply Translations Below are the… Read More »

Adding Image Under Status Column on Grid

As you all know the impact of images present on web applications over users (i.e. more the images more the “likes”). Lets see today how we can make this more information/fun for to user by adding images under status column on any grid available in Sage CRM. Let’s take an example of a Status field… Read More »

How to Visible Standard Field in List

As you know Sage CRM gives ability to add fields against any entity which can be added on screens to make user interface more interactive. However there are fields which are available by default within the CRM as System fields which don’t get displayed in selection list while we adding them to screens. A sample… Read More »

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 »