Tag Archives: Custom Content

Apply underline to a Column Header in List or Grid

Sage CRM allow us to customize Lists, Grids through Client side API and JQuery. Using this we can easily change the look of a grid by applying CSS class or attributes. By default Sage CRM does not highlight the columns header and sometimes it becomes difficult to recognize the header and actual value. But, this… Read More »

Tips and Tricks about Calling function in Custom Content of Sage CRM 7.2

Even from Technical Point of view Sage CRM is very much capable to handle various critical solutions. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in Custom Content of any screen. This blog explains such a nice and timesaving trick to call JavaScript function written in… Read More »

Use of AttachEvent on window in Custom Content

First let me explain something regarding the relationship between Lead, Person and Address. I am talking about Lead Summary Screen. When we click on the Add or Find this Person button which is available below the Lead Contact Details Screen, the screen that appears is the Person Entry Screen. Here in this screen an information… Read More »