Tag Archives: grid

Controlling column’s width in List or Grid using Client Side API in Sage CRM – Part 2

Sage CRM has always been flexible enough to modify the look and feel of screens, lists, or grids. With the help of Standard CRM methods in combination with Client-side API, implementers can easily make such modifications to achieve business requirements. You can refer to our below post wherein we have explained part 1 of this… Read More »

Creating Web service Sub-Program (interface) in Sage X3 for use into GUMU™ Customizer

In GUMU™ for Sage CRM – Sage X3 integration, we have provided with feature where user can create Sage CRM grids, panels to display information from Sage X3 on real time basis. We had seen this in our previous blogs. In this blog, we will discuss how to create Web Service Sub programs (interface) in Sage X3 so… Read More »

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 »

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 »

Display Image in the CRM Standard Grid

Do you need to display the image for notification in the Sage CRM standard Grid? Yes, it is possible!!!! Solution: We need to write some scripts on the custom content of the grid to display image in the grid. Please refer below screenshot: