Tag Archives: Custom Content

Flip the Panels on Company/Person Summary Screen in Sage CRM

Sage CRM Company Screens and Person Summary screen contains distinct panels to display Company Details, Address, Phone/E-mail, and Primary Contact details. Sage CRM gives the flexibility to modify fields in these panels. Natively Sage CRM doesn’t allow to arrange Phone/Email, Address and Contact panels of our own choice. However, Sage CRM allows to customize these… Read More »

Add hyperlinks on the Sage CRM fields contained in an Entity Context

Sage CRM provides hyperlink on SSA fields to navigate from one context to another context with single click. This helps Sage CRM users to avoid multiple clicks. New Stuff: Change the Look and Feel of Sage CRM Grid For example, if Sage CRM user is in Case context and wants to navigate to an associated… Read More »

Display Email Address on Person SSA field in Sage CRM

As per native Sage CRM Person SSA field feature when a person is linked we can only see the Phone number associated with the person next to it. In this blog, we will explain how to set email address along with Person Name and Phone number in Person SSA field in Sage CRM using server… Read More »

Controlling column’s width in List or Grid using Client Side API in Sage CRM – Part 2

Sage CRM has always been flexible enough to modify the look and feel of screens, lists, or grids. With the help of Standard CRM methods in combination with Client-side API, implementers can easily make such modifications to achieve business requirements. You can refer to our below post wherein we have explained part 1 of this… Read More »

Increasing Reference Column Width In Sage CRM

Recently in the community forum there was an requirement, where user wanted to show reference no of Case, Order or Quote in a single line instead of it being displayed in two separate lines.  This can be easily achieve by writing simple jquery code. In this blog we will see how to achieve the same.… Read More »

Append Percentage Symbol with the field value in Sage CRM

Sage CRM’s extensible flexibility has always proved beneficial for the implementers to work on it as well as for the users from accessibility point of view. Right from high level of customizations to minor level of changes, everything can be easily implanted in Sage CRM. One such flexible standard feature of Sage CRM is the… Read More »

Controlling column’s width in List or Grid using Client Side API in Sage CRM

In Sage CRM, modifying the look and feel of the Screens, lists or grids is managed through Client Side API or JQuery. Where Client Side API helps with the Standard CRM Methods to incorporate the changes, JQuery requires additional technical knowledge to make the changes. These methods are easily made available in Sage CRM Community.… Read More »

Button Alignment issue on document tab of Custom Entity in Sage CRM

In one of the instances, we observed that the buttons were not visible while adding a new document against a custom entity created by entity wizard. But, the buttons were back when Page Zoom in or Zoom out was performed. So we investigated and have found a solution which we have discussed further in the… Read More »

Hide Phone and Email from Top Content

Top content screens in Sage CRM gives quick overview of the entity without having to look at the entire summary screen. Sometimes there is a requirement from client that they need some additional information in the top content and this can be achieved with the help of below blog link. Related Post: Additional Information in Entity… 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 »