Category Archives: js file

Add Calendar control in Self Service Portal

The new Self Service Portal is taking Sage CRM to the next level. With the help of this portal you can provide your customers with anytime, anywhere access to resources and information. Customers can log into New Self Service portal and typically perform following tasks: View Account Information: They can view the cases logged through… Read More »

Incorporate Case filter screen in Self Service portal

Sage CRM Portal has improved User experience by extending Customer’s access to the data inputted by them as well as updated by the vendor. A fully responsive version of Self Service portal has provided Menu options to log and search the Ticket details. But, have you ever thought of accommodating certain changes to ease the… 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 »

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 »