Category Archives: Sage CRM

Workflow for Secondary Entity

Workflow in Sage CRM can be easily configured for Primary Entity but the out of the box system is not configured to handle workflows for Secondary entity. Jeff, as usual, came up with this fantastic workaround in his blog post http://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2007/12/23/adding-workflow-capability-to-a-secondary-or-custom-entity.aspx Using the above link we were able to enable the workflow for the Secondary… Read More »

Real Estate solution for SageCRM

Some words that I saw on the advertisement on my way home “Of all the dreams that person dreams in his lifetime, the most desired is the one for owning a house. It is much more than just a real estate purchase or an investment opportunity. Every individual aspires to have a private space that… Read More »

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 »