Tag Archives: table

Sage CRM 2022 R1 – Resize table columns in the Email Templates

An Email and Communication module is one of the most used features by Sage CRM users to manage and maintain customer relationships. In the latest release of Sage CRM 2022 R1, new features and enhancements have been introduced related to Email Templates. New Stuff: Sage CRM 2022 R1: Change Default Location of Log Files In… Read More »

Adding Secondary Entity for Primary Entity

It is possible to customize Sage CRM in different ways, to meet user requirement. There are many customization option in Administration.  So in this Blog we are going to see how to create a secondary Entity for Standards Entity. Sometime if organization is using Opportunity entity to store all of their Projects in Sage CRM. It… Read More »

How Sage CRM changed Structure of Phone and Email in Sage CRM 7.2

Hi folks! You all must be familiar with the following entities in CRM ”Email”, “Email Link”, “Person” ,“Person Link” ,”phone” and “Phone Link“ table .These are the tables where person’s and company’s communicated related details are saved. But when you want to check one of these details in database for the related company or person… 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 »