Category Archives: Customization

Change Field Caption Codeless based on User in Sage CRM

Over the time, Sage CRM has proved very beneficial and profitable in terms of managing Customer information as well as incorporating their Business process. Many a times, Sage CRM’s vanilla system itself suffice Customer’s requirements and the business process. But even in such cases, few field and screen level tweaks are easily configurable. Recently, we… Read More »

The Size of the report is too Big – Error when exporting report to Excel/CSV

We have come across various instances of Export to excel issues identified in CRM and surprisingly there have been various resolutions as well. In today’s blog, we will explain one such resolution applied for the error message “The size of the report is too big, use the filter criteria to reduce the size of the… Read More »

Generate Unique Reference Number in Custom Field using Workflow

In previous blog, we have seen that how we can call stored procedure from workflow action. Now, I will explain you, how we can use the same feature to generate Unique Reference Number for other entities like Case, Quote or Order. New Stuff: How to enable Export to Excel on Calendar List in Sage CRM? We… Read More »

Customizing Style Sheet of Sage CRM Reports

Sage CRM has been very supportive when it comes to manage data as well as view the same in the form of Reports or Dashboards. Reports proves very useful when you need to track the performance or any information on the fly. Where customizing the data that needs to be extracted in Reports, applying filters… Read More »

Hide … (Ellipses) Tab from Tab Group in Sage CRM

Hello everyone, as we know … (Ellipses) Tab helps user to change the default tabs that are displayed in different areas of the system. For example, if user rarely uses Preferences tab then, user can remove this tab from his My CRM. However, user can easily enable it again if he want. New Stuff: Hide Follow-up… Read More »

Enabling and Disabling of Workflow in Sage CRM based on a Field value

We all are familiar with the JavaScript Codes or say the Client side API and its benefits to ease the customization efforts of programmers in Sage CRM. One such advantage w.r.t CRM Workflows was enabling or disabling of specific rule based on the conditions. But what if you need to disable the whole workflow on… Read More »

Adding Custom Field on Sage CRM screen using .Net

Sage CRM provides System administrator with easy ways to add or remove fields from the system. Every screen and list in CRM draws its data from the views which are based on the SQL tables linked to a particular entity. Thus whenever a user needs to add a field belonging to a different entity, he… Read More »

Yammer with Sage CRM

Yammer seamlessly enables connections to people and information from across your organization that you never knew existed, making it easier to move your work forward. Use Yammer Groups to stay in the loop with the work going on across your team. Engage the whole team in solving problems and identifying the best ideas, without the… Read More »

Deduplication on Company Phone and Email Details

Sage CRM gives us the provision to validate the duplicate company records with the help of Deduplication applied on Company Name or other company details, however there is no such standard method to validate Phone or Email details existing in the system. In this blog, I will share a method through which you can apply… Read More »

Handle Refresh Events on Summary Page

Refresh is a term that describes the process of renewing the screen contents on a monitor. As the refresh rate increases, the image becomes clearer. The refresh method is used almost in every application or system but in a different way. On other hand, this refresh method sometimes create a problem in application e.g. Sage… Read More »