Author Archives: greysagecrm

COM Class Factory Error in SalesLogix

I encountered the below error which reads Retrieving the COM class factory for component with CLSID {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} failed due to the following error: 80040154. The next thing I followed is to navigate to the CLSID in the registry editor under HKEY_CLASSES_ROOT section and searched the corresponding CLSID i.e. {39CCFCA0-D8FA-4519-8E57-A05784EA84F3} which is showing GroupTranslator Object in… 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 »