Category Archives: Javascript

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 »

Freeze the position of buttons in Sage CRM screens

There is no doubt in the efficiency of Sage CRM in terms of maintaining and managing the data. One of the added feature is the look and feel, the user-friendly UI of all CRM entity’s screen which helps the User to understand data entry functionality quite easily. One of the minor drawback of this UI… Read More »

Modifying the values of User Select field of Email Editor Screen in Sage CRM

One of the most helping feature of Sage CRM Email editor screen is the User Select field which helps to select and add the CRM user in To, CC and Bcc fields. This feature reduces the efforts of CRM User to remember or re-type the Email ids every time they open the New Email screen.… 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 »

How to select All records from the list with single checkbox by using JavaScript in Sage CRM?

As we all knows that Sage CRM fully supports client side scripting languages like JavaScript, JQuery etc. There can be a various purpose of using JavaScript in CRM but commonly we use for hide and show of fields or to populate value in one selection field based on selection made in another field. Today we… 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 »

Hide Follow-up fields from the Communication screen in Sage CRM

JavaScript or say Client side API has always been useful to make customizations in Sage CRM. Be it hide and show of the fields, adding or removal of buttons and so on. But have you ever tried to remove or hide those fields, which are visible on screen but not available at database level for… 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 »