Tag Archives: javascript

Display Date Fields only based on Stage in Reports

Sage CRM Reporting tool is an important feature of Sage CRM which is used to create simple as well as Complex reports within Sage CRM. Reporting tool has proved to be flexible enough to combine or customize various features such as displaying charts in report content, grouping the data, sort the data and so on.… Read More »

Hide New button in Sage CRM using jQuery

By far we all know, Sage CRM is used to capture and manage Business’s Sales and Service data along with the proper linking/management with respective Customers. Entities such as Case, Lead, Opportunity, Quotes and Orders etc. helps in recording Sales and Service data in system. Users can capture the data in these entities using the New button available at top right hand… 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 »

Delete Quote Line Items using JavaScript

We all are much familiar with Quote mechanism provided by SAGE CRM. We can manage quotes for an opportunity and also further can convert it to order for our customers. This functionality allows us to add Line Items or Products against it. In this blog, I will explain how we can delete line item record… Read More »

Highlight Specific Rows in Grid based on condition Using JavaScript

Have we ever thought of highlighting specific rows of a particular list based on certain conditions? Well, here is the blog which will help us to achieve the same in CRM. There are multiple ways to get this done in CRM but this time will see how JAVASCRIPT can help us to achieve this. New… Read More »

Align field data to Right Hand Side on Edit and Summary Screen

Hello All! In previous blogs, we had seen that how we can make our SAGE CRM screens and grids more visually effective by applying JAVASCRIPT, JQuery, HTML, etc. like by highlighting checkboxes, underlining to column header, printing amount in words, and others. Here, we will see how we can align field data to Right Hand… Read More »

Highlight fields using Client side API in Sage CRM

As we know that Dot net API provide various functions using which we can highlight the rows, columns or field by giving background color. The standard function will only highlight the field with a color but we can also change the setting to highlight the border of the field. New Stuff: Access to Add File in… Read More »

JavaScript to print Amount (In Words)

As you know, we have been writing blogs exploring the various features implemented in Sage CRM. With the help of JavaScript codes or say Client side API, customization efforts of the programmer’s life has come to an ease. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in… Read More »