Category Archives: Javascript

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 »

Remove ‘All Report Categories’ option from Reports Menu

Sage CRM provides Report functionality through which we can create simple as well as complex report in CRM. Report helps us in getting clear idea about ongoing work also. New Stuff: Troubleshooting an error message of GUMU™ Integration – ‘File does not exist’ In CRM, we have reports of different categories like Activity reports, Campaign, Customer… 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 »

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 »

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 »

Display List on Communication screen – Part II

In our previous blog, we have explained the functionality to display the list on Standard Communication screen by using HTML scripting. But, this time we will be explaining how to add communication list using JAVASCRIPT. New Stuff: Promoting Quote to an Order issue Here, we were asked by our customer to display past communication records regarding… 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 »

Calling Javascript function from Workflow progress screen

By far we all know, Sage CRM has been proved very much capable to handle various tricky scenarios through implementation. Client side API has reduced lot of customization efforts through the JavaScript codes used in it. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in Custom… Read More »