Category Archives: Script

Restriction on Date field for reports in Sage CRM Part-2

Reports in Sage CRM allows you to filter data in any way you choose. Reporting module can be used to view and measure call turnaround time and understand what is taking longer time to resolve and why. We can create simple summary reports or else we can create graphical reports for Weekly, monthly and quarterly… Read More »

Highlight Date Column in Sage CRM Grid

We all know how we can add color to columns or rows of a list or grid using Sage CRM Api filterWhere condition. But if we notice carefully, a date field contains the value of Today or Tomorrow then it is displayed a “Today” or Tomorrow” in Sage CRM list/grid. So filterWhere condition cannot be… Read More »

Exclude All or None options from selection field in Sage CRM

As we all know Sage CRM is flexible enough when it comes to incorporating customizations. Other ease comes with the various types of fields available in CRM like numeric, text, date-time, currency, selection, multi-selection etc. These different field types not only helps in easy data capturing but also in searching the data. But what if… Read More »

Masking Email and Phone Number in SAGE CRM- Part2

Customizations in Sage CRM using Client side API has always proved to be easy and time saving. Hide and show of fields on the screen, Adding or removal of buttons etc. are some of the examples of screen customizations using Client side API. Recently, we had explained you about masking Email and Phone number in… Read More »

Modify presentation of Multi-select field in Sage CRM 2017

Recently on the community forums, we came across a question where the user wanted to show value of selected Multi-Select field on a new line instead of its default behavior of being separated by a comma. Read on to see how it can be done. New Stuff: Highlight Rows and Columns of Grid in Sage… Read More »

Append User Name on My CRM Menu Option in Sage CRM

Sage CRM has always been helpful to manage and maintain Customer relationship data with an ease. It has always been easy to accommodate various customizations with different programming libraries such as jQuery, Javascript or say Client side API. Earlier, we had explained how you can append Logged in user name to Custom tabs. You can… 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 »

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 »