Author Archives: greysagecrm

Change font color for Textboxes on standard screens

Let’s say I want to change the way text appears in a textbox when the screen loads as well as when I type in the field. Here is the function you can write in Custom Content of the screen to achieve the same. Script //’Function to change text color in function ChangeTextColor(FldName,TextColor) { FldName =… Read More: Change font color for Textboxes on standard screens »

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: Table Level Scripts »

Service CRM for Sage CRM

For any business firm, monitoring and optimizing services is an imperative task. Considering the fact that whatever is sold needs to be serviced sometime, today’s business demands need to concentrate not only on the Sales, but also on the after sales services. Sage CRM has provided Lead, Opportunity, Quotes, and Orders to maintain the Sales… Read More: Service CRM for Sage CRM »

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: Moving Sage CRM to new server »

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: Workflow for Secondary Entity »