Author Archives: greysagecrm

Communication Save Problem Sometimes when you customize the Communications area in Sage CRM, the communication not gets saved and returns back you on new communication entry screen from the below mentioned scenarios. 1. creating a new task or appointment through mass communications or 2. through document merge functionality? If this is the problem of your… Read More »

Custom CSS

Now in SageCRM, if you want to include your own created CSS rather than standard CSS of CRM. Here is how you can achieve it. Click the image to enlarge it.

Hide Checkbox at Runtime

You must be familiar with how to hide the fields at runtime from the custom content. Normally what we do for this is, we find the “_capt” i.e. “Caption” and “_Data” i.e. “Data” part for this particular field and using the visibility property set to “Hidden” we can hide them. This particular workaround will not… Read More »

Scrollable Custom Grid

Fed up with the navigation problems with the custom grid while designing the solution? Here is some interesting script for you which will make your grid scrollable using a simple DIV tag and some HTML formatting. Using this grid will make you able to navigate through all your records on the single screen. Please take… Read More »

Edit documents with status “Final”

As far as the document functionality provided by Sage CRM is concerned, normally what we can find is that we can edit only those documents which are marked with status “Draft”, but have you ever thought of editing the documents with status marked as “Final”? In case of the “Draft” documents, CRM provides “View Attachment”… Read More »

Realtionship Management in Sage CRM v6.2

Want to propagate communications of the parent entity to that of all the child entities for parent/child relationship in Sage CRM version6.2? Check this one.Sage CRM version 6.2 has provided a very strong and effective feature as “Related Entities” functionality. Using this particular functionality we can create parent/child and parent/sibling relationships between the entities on… Read More »