Category Archives: Context

Easiest way to filter Custom list By Context Id in Entity’s List Page

Sage CRM has its own .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries). Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform certain actions. The Sage CRM .NET… Read More »

Deselect Create Communication during Mail Merge in Sage CRM

Sage CRM’s Mail Merge functionality is well known for merging all the details of CRM records into the Word or PDF documents. Mail Merge being a server – side process, doesn’t make it obligatory for the client machine to get Microsoft Word installed to perform mail merge. The merge process is cross-browser compatible which simply… Read More »

Sage CRM 7.3 SP3 Enhancement

With the introduction of latest Sage CRM 7.3 patch i.e. SP3 they have come up with great enhancements in terms of UI/UX which has increased user experience. New Stuff: Display Distinctive Records in Reports Let’s see each of them in this blog. 1. Navigation Bar: The navigation bar is now more fit to screen and has… Read More »

Hide Unwanted Standard fields from Top Content area Using jQuery

Hello Everyone! You all are familiar with the Top Content area of an entity in SAGE CRM. It contains information with some standard fields like Company, Person, Phone, Opportunity, etc. In this blog will see how we can remove the opportunity details from top content area. New Stuff: 500 Internal server Error with CRM and ERP… Read More »

Display Count of your Opportunities against Company

In my previous blog, I have explained how to display Current User Name under custom tab. Here, I am going to explain how to display the count of records (say Opportunities) which are in progress and assigned to me i.e. Current Logon User against respective companies using jQuery mechanism. New Stuff: Event Management in Sage CRM… Read More »

Modify font size of fields added in Entity Top Content screen

Sage CRM Entity Top Content screens are used to give quick overview of an entity without actually having to drill down to field level. One of my colleague asked to if the font size of the fields which are in top content can be increased. Well, the answer is yes. In this blog, we will… Read More »

Additional Information in Entity Top Content Screens – Sage CRM v7.2

Entity Top Content screens in Sage CRM are used to give quick overview of an entity without actually having to scroll down all the way on Summary screens.  These Top Content screens can be further customized to add eye-catching information in the Top Content screen using client side SDK introduced in Sage CRM v7.2. New… Read More »