Tag Archives: .Net API

New Features and Enhancements in Sage CRM 2023 R1

Sage CRM, a popular customer relationship management solution, has undergone an exciting transformation with its latest release, Sage CRM 2023 R1. Packed with numerous new features and enhancements, this version promises to streamline workflows, boost productivity, and enhance customer experience like never before. In this blog post, we will delve into some of the key… Read More »

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 »

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 »

IIS Configuration Setting for. NET API

As you know, Sage CRM has made the implementation task or say functional development easy through the .Net API development kit through various tools and languages such as VS 2010 or 2012 and C# or VB. Developers can use wide range of packages to build enhanced solutions for business needs with better flexibility. New Stuff: Outlook… Read More »

Use Open XML in Sage CRM .Net API

Sage CRM has made the functional development much easier by providing enhanced .Net API development kit with recent versions. Developers can use wide range of packages to build enhanced solutions for business needs with better flexibility. Related Post: Create log file using .net API In most of the implementations of Sage CRM, a common requirement which… Read More »

Sage CRM builder – Future of Sage CRM Cloud

In today’s world information exchange has become immensely easy with the help of World Wide Web. At the same time companies are also thinking of saving costs on server maintenance through Cloud Computing. Sage has helped this trend by making fully functional Sage CRM available on cloud through www.sagecrm.com. Anyone who follows the standard processes… Read More »

Adding drill-down links to Fusion Charts

Fusion Charts can be easily and extensively used to create drill-down charts.  Using the drill down functionality provided by Fusion Charts, you can easily produce charts that have “drill down” or “zoom in (data)” capabilities. In my last blog I had explained how we can generate XML based fusion charts using COM API and .NET… Read More »