Category Archives: Dot Net

Calling DLL method and .asp Page on New Tab

Sage CRM is widely used because of its easy customization and different ways of customization as per the user requirements.  User can achieve multiple things without new customization, by using different setting option in Administration. So in this Blog we are going to see some tricks, How to add Tab in Team CRM and call… Read More: Calling DLL method and .asp Page on New Tab »

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: Use Open XML in Sage CRM .Net API »

Phone Type Field in Web services

Hi folks! Web Services is a methodology which gives developers to add out of the box functionalities in web applications. Sage CRM also support web services and provides very authentic way to work with them. Working with web services is quite complex task and sometimes tricky..!! New Stuff: Increase the size of Search SQL text… Read More: Phone Type Field in Web services »

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 »

Enable CLR for SQL

Are you getting the below mentioned errors while executing user defined components on SQL? 1. Exceptions like ‘Message=Execution of .NET Framework code is disabled. Set “clr enabled” configuration option and restart the server.   2. Execution of user code in the .NET Framework is disabled. Enable “clr enabled” Enable “clr enabled” configuration option These errors… Read More: Enable CLR for SQL »

Backward compatibility for .NET API DLLs from an old version of Sage CRM

Sage CRM has made the functional development through DOT NET(.NET) much easier by providing enhanced .Net API development kit with recent versions. Over time, the API has been improved a lot, but what about the backward compatibility? Some people might have started using it from Sage CRM version 6.1 only. Can they reuse their DLL’s… Read More: Backward compatibility for .NET API DLLs from an old version… »