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 »