Category Archives: Highlight

HTML Formatting of Notification Content in Sage CRM

Notifications are a very powerful tool in Sage CRM. It can keep Sales and Management people aware of what’s moving in their Sales pipeline. Sage CRM has inbuilt functionality to either show on screen notifications or send out email notifications. There are 2 ways to do this, escalation rules or Quick notifications. New Stuff: Highlight Date… Read More »

Highlight Date Column in Sage CRM Grid

We all know how we can add color to columns or rows of a list or grid using Sage CRM Api filterWhere condition. But if we notice carefully, a date field contains the value of Today or Tomorrow then it is displayed a “Today” or Tomorrow” in Sage CRM list/grid. So filterWhere condition cannot be… Read More »

Changing the color of hyperlinks in sage CRM

Now a day’s most of the Sage CRM users use Contemporary theme as preferred theme as it looks well organized and user friendly. Main menu drop down list, recently viewed records, top bar icons and buttons are well organized which helps user to access the information easily. New Stuff: Notifications not working in Sage CRM 2017… Read More »

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 »

Highlight fields using Client side API in Sage CRM

As we know that Dot net API provide various functions using which we can highlight the rows, columns or field by giving background color. The standard function will only highlight the field with a color but we can also change the setting to highlight the border of the field. New Stuff: Access to Add File in… Read More »

Grid Manipulation using Client Side API

Using the Sage CRM Client Side API, we can easily change the grid look by applying some color code or something. Changing anything in CRM grid was bit complex and we had to use HTML codes to fulfill the requirement. But, now it has been changed by introducing Client Side API methods in Sage CRM.… Read More »

Notify User by highlighting the field that is currently in focus in Sage CRM v7.2

In our previous blog posts, we had explained Sage CRM Client side API features that are available for Sage CRM v7.2. In this blog post, we will explain highlighting the field that is currently in focus on Sage CRM v7.2. New Stuff: Some facts about Metadata Refresh Let’s consider that you wish to highlight the… Read More »