Category Archives: Sage CRM

Update fields of one entity using workflow of another

Workflow in Sage CRM is one of the best functionalities to have not only for a visual description of a Business process but also to set up predefined rules and actions to suit the business process. In a scenario where the client wanted to update a field comp_type in Company based on the Workflow rule… Read More »

Table Level Scripts

In SQL we use “Triggers” to handle some activity after insert, update and delete operations on some SQL records. Sage CRM provides a similar option within the application in the form of TLS (Table Level Scripts). The predefined events in TLS i.e. Update(), Post Insert(), Delete() and Insert() allows you to have operations on insert,… Read More »

Moving Sage CRM to new server

Firstly, credit of this blog contents should be given to Pat Dolan, Sage CRM Product Management. He had listed down detail steps to move Sage CRM to a new server. This post can be considered as an extension to our earlier posts (https://www.greytrix.com/blogs/sagecrm/2009/10/12/steps-to-be-remembered-while-moving-sage-crm-database-from-one-server-to-another/) which explains the steps to be followed while moving only the Sage… Read More »

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 »