Category Archives: .Net API

Real Time Tabs in GUMU for Sage CRM – Sage ERP X3

As we have mentioned in our previous blog, we are integrating Sage CRM and Sage ERP X3 with key features such as importing customers from Sage ERP X3, Promoting orders and customer from Sage CRM to Sage ERP X3 orders, Synchronous Dropdown, displaying Sage ERP X3 data on real time basis, etc. New Stuff: One… Read More: Real Time Tabs in GUMU for Sage CRM – Sage… »

Creating Screen dynamically using Sage CRM EntryGroup object

Recently working on DotNet API of Sage CRM, we came across a requirement wherein we wanted to display the fields of Sage 100 in Sage CRM screen on a real time basis. The challenge here we found was that these fields were not present in the CRM database and we didn’t want to add additional… Read More: Creating Screen dynamically using Sage CRM EntryGroup object »

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: Adding drill-down links to Fusion Charts »

XML based Fusion charts in COM API

Fusion charts component added to SageCRM improves the overall visual experience of reports. We can display fusion charts on dashboards too. There are already methods explained in Developer guide to build the charts using API methods. In this blog I will explain how we can use fusion widget xml to build the chart and display… Read More: XML based Fusion charts in COM API »

DOT NET API configuration and compatibility Issues

Most of the new modules of Sage CRM work on DOT NET (.NET) API technology like Relationships tab. Users are given a provision to create API DLL’s for your custom entities. The overall working remains the same where we add the DLL’s in CustomDotNet folder and call the methods from CRM blocks. However while dealing… Read More: DOT NET API configuration and compatibility Issues »

.Net API Validate method for Screen level validations

First let us see what happens when the Validate method is not used for the .NET API screen validation. Below is the new entry screen designed with API and with no validate method implemented. On clicking Save button leaving all required fields blank, validations must be fired to warn user to enter required values in… Read More: .Net API Validate method for Screen level validations »