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: Apply underline to a Column Header in List or Grid »

Highlight Checked Checkboxes using jQuery

In Sage CRM, we not only use data fields to complete the profiling of a customer but GUI widgets can be used which allow user to make binary choice i.e. checkbox on CRM screens. In this blog, I will explain that how we can highlight the checkboxes with border which are checked by user with… Read More: Highlight Checked Checkboxes using jQuery »

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: Tips and Tricks about Calling function in Custom Content of… »