Category Archives: Sage CRM

Missing MIME types in IIS Sever

We have developed custom import routines for various Sage CRM entities where the user can import data from excel/csv files. Following the standard Sage CRM functionality all types of information i.e. successful migration, validations, errors generated during the import are logged in files on the server. Now the users will not have the access to… Read More »

Popup Window In Sage CRM Using .Net API

In Sage CRM, we usually use popup windows to show the information or to make instant data entry. In the custom ASP pages we make use of DOM objects to do so. To show popup window what we do is: We prepares an URL at server side (or at client side) Creates button and set… Read More »