Category Archives: .Net API

Easiest way to filter Custom list By Context Id in Entity’s List Page

Sage CRM has its own .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries). Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform certain actions. The Sage CRM .NET… Read More »

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 »

Clone a record using the COM ASP API in Sage CRM

The combination of Sage CRM API with the application itself has helped many of the technical implementer to manage the customization of the system as per the business requirements. Sage CRM API’s has come a long way to pro-grammatically perform various operations on the entity records such as read, create, update or delete. Moreover, the… Read More »

Display Selection field value as an Icon using Client Side API

Flexible APIs is one of the key factors for any product to become more successful in the market. Sage CRM’s Client-Side API is a simplified and specialized set of client-side libraries which helps developers to customize screen behaviour as per their need. This API is established on the jQuery programming syntax. We can quickly extend… Read More »

Sage CRM – Sage 300 v2018 integration tips

A new version of the GUMU™ integration component has been introduced to integrate Sage CRM and Sage 300 v2018 onward. This new Sage CRM – Sage 300 integration has a much simpler architecture and is simpler in terms of setup compared to the old integration. New Stuff: Solution for Running Reports in Sage CRM However,… Read More »

Adding a Pipeline graphic to List using .Net API in Sage CRM

Sage CRM has proved to be very much flexible when it comes to accommodating customizations as per the business needs. Recently we came across a requirement, where the Client was not only interested in getting the access to the records assigned to a particular user but also in getting a proper view of all the… 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 »