Category Archives: OnChangeScript

To calculate number of months between two dates

Many times we come across a requirement where you require to calculate the number of months between two Dates. In our blog, we will explain how you can achieve this. New Stuff:Steps to implement Delete Order functionality in GUMU Sage CRM – Sage 100 Integration Lets, take an example where we need to calculate the… Read More »

Notify user to complete Quote line Items

Quotes are the important aspect in any business, hence forth Sage CRM provides functionalities to handle them effectively and efficiently as well. One of those many feature is converting or promoting quote to order. New Stuff: Display Selection field value as an Icon using Client Side API In Sage CRM there is a button on… Read More »

Hiding Fields Using Create Script in Sage CRM

We all are aware that we can hide a field using Client side API or Javascript and Jquery. But what if we want to avoid scripting language and do this using standard code and standard functionality of SAGE CRM. On doing some investigation we came across a code wherein we can hide the field by… Read More »

How to customize Grid’s column header caption in Sage CRM on runtime?

The Grid or List in Sage CRM allows user to view the multiple records on a single page. Sage CRM also allows Users to personalize the settings i.e. chose the number of records they wish to see in the list; from the Preferences tab. Besides this, these lists can be customized to a greater extent… Read More »

Sage CRM Contract Manager is compatible with Sage CRM 2019 Releases

In the year of 2019 Sage has come up with two latest release of Sage CRM (2019R1 and 2019R2) which includes new features to help the organization’s front office. The issues which were addressed by end users like custom entities workflow and navigations, Report, Mail merge and many more are been solved in the latest… Read More »

Client Side Script to Concatenate Address

Sage CRM, is one of the most flexible software to customize and achieve any complex requirement specified by the client. Client-side scripts are brought into play for many purposes. On change, functions can be used to hide/show fields on the screen. Likewise, you can also highlight fields by including conditions to your script or show… Read More »

Masking Email and Phone Number in SAGE CRM

Threats in context of computer security is one of the major concern in today’s world. Not only is an individual using its personal system afraid of it while working on important transactions, but also most of the companies/business which are involved in banking sector and so on. Considering this, one of our client came up… 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 »

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 »