Category Archives: Primary Keys

Disable Keyboard Enter Key in Sage CRM Screens

In Sage CRM, when data is entered on Company, Person, Case, or any other custom entity screens, the record gets saved into Sage CRM when the Sage CRM user clicks on the “Enter” key on the Keyboard. One of our customers approached us and came up with a requirement that, he wants to prevent records… Read More »

Using Primary Key Column of an Entity to Search

Sage CRM Search screens allow Users to search data by any criteria or a combination of criteria on the Search screen. In this blog post, we will explain you how to add a Primary Key of a column of any entity to entity search screen. New Stuff: View Fusion Charts on Sage CRM Interactive Dashboards… Read More »

Retrieve Primary Keys in TLS

Table Level Scripts (TLS) are an alternative method of creating SQL triggers that can be performed in Sage CRM system. Table Level Script (TLS) are used to perform various operations after inserting records, updating or deleting records in Sage CRM. To perform operations, it is necessary to fetch the primary ID of the current entity in… Read More »