Category Archives: Uncategorized

Enabling Secondary Entities for Escalation

Sage CRM has provided wonderful features to automate tasks like sending mails or notifications etc using Escalation. We can send automated emails through implementing business rules using escalation service in SageCRM. Have you ever been thought about sending automated emails or setting escalation rules for secondary entities in CRM? Recently I had come up with… Read More »

Identity increment in CRM tables

Primary keys in SQL tables allow us to uniquely identify the rows. These keys also allow us to establish the relationship between tables based on foreign key-primary key concept. Though we can have different id field names in CRM tables, the standard primary key feature is well maintained with field names like “_” (e.g. Case_CaseId).… Read More »

Communication Attachments in Self Service

In day-to-day life maintaining documentation for everything is quite a cumbersome task. Sage CRM has endowed with a nice tool to upload/download an attachment for main entities like Company, Person, Cases, Opportunities, and Communications etc. CRM user can attach issue or new prospect related documentations within CRM, but have you ever thought of making available… Read More »

Edit E-mail before sending it through workflow

There is Send email workflow action provided for this under standard workflow. This functionality is quite efficient for email sending if no complicated e-mail design is involved. We were requested the twist in this e-mail sending functionality for one of the custom entities on our client’s Sage CRM system. Though the entity was custom primary… Read More »

FOP shell command

Apache FOP is the tool being used in Standard CRM installation to generate the PDF reports. The phenomenon works on the basis of Extended Style sheet Transformation methodology. We had posted the detailed information on this topic before. Please go through the below link to refer the same. http://sagecrmaddons.blogspot.com/2009/07/file-to-pdf-conversion-using-fop.html As per the block diagram in… Read More »