Category Archives: Selection

Display Selection field value as an Icon using Client Side API

Flexible APIs is one of the key factors for any product to become more successful in the market. Sage CRM’s Client-Side API is a simplified and specialized set of client-side libraries which helps developers to customize screen behaviour as per their need. This API is established on the jQuery programming syntax. We can quickly extend… Read More »

Showing All Communications in Calendar List of Sage CRM 2018 R3

In the latest version of Sage CRM 2018 R3, many new functionalities are been added to it. We all are aware of the Calendar List functionality been introduced in Sage CRM 2018 R3. Calendar List allows us to view Communications created for a User in a more easy and responsive manner. It also allows sorting… 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 »

How to Change User-Select fields display format in Sage CRM?

You all must be familiar with the two different formats provided by Sage CRM for User-select field. But do you really know, on what specific criteria does this field’s data type changes or where it is basically configured in CRM? New Stuff: Unlock the potential Enterprise data – With our GUMU™ Integration for Sage CRM with… Read More »

Cloning Interactive Dashboard

Sage CRM Interactive Dashboard is on of the great feature. Where in you can see all data on same page. But creating Dashboard is very time consuming process. To overcome this we can Clone Interactive Dashboard feature of Sage CRM. In this blog we are going to explain you how to create the Interactive Dashboard… Read More »

Filtering City based on selected State

Hi readers! Through these article I will be explaining you how we mapped cities against states for one of our respective client. To make my explanation more descriptive let me tell you the actual scenario. As you know the datatype of “State” and “City” fields on address panel are text. So what we need to… Read More »

Import Bulk options into Selection Field in Sage CRM

It is possible to add options to the selection field of Sage CRM by doing Field Level customization. But if one wants to add several options into the selection field, then it will become a cumbersome task to do. This task can be automated by doing little customizations in Sage CRM. In this blog post,… Read More »

Control Selection Lookup in Sage CRM

You can control Sage CRM selection field lookup as per your convenience but it allows you to select only a single lookup at a time. But what if a user wants to control multiple lookup values? New Stuff: Lead De-duplication nice to have featured in Sage CRM 7.3 Let us elaborate with an example. Let’s… Read More »

Linked selection fields through client side scripting

Today I will revisit one of the oldest, but very much useful tricks related to web forms. Most of the forms nowadays need relationship to be established between two fields. For example when I select Product interest in one list it should filter Sub product interest in another field. Today I will explain how this… Read More »