Category Archives: Checkboxes

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: How to select All records from the list with single… »

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: Hide Follow-up fields from the Communication screen in Sage CRM »

How to disable iframe screen in Sage CRM?

As we all know, Sage CRM provides functionality to change screen design according to requirements. Such as adding fields, removing fields etc. But CRM does not allows to call another website’s data in CRM screen, for this we can add another container in CRM screen such as iframe which supports in CRM. New Stuff: Deduplication on… Read More: How to disable iframe screen in Sage CRM? »

Highlight Checked Checkboxes using jQuery

In Sage CRM, we not only use data fields to complete the profiling of a customer but GUI widgets can be used which allow user to make binary choice i.e. checkbox on CRM screens. In this blog, I will explain that how we can highlight the checkboxes with border which are checked by user with… Read More: Highlight Checked Checkboxes using jQuery »

Eliminate Type field in Company Entry Screen of Sage CRM

Recently on the community forums, we came across a question where the user wanted to eliminate Type checkboxes which are available on Company Entry screen in the Person block. Read on to see how it can be done. New Stuff: Default Escalations in CRM 7.3 Steps to Remove Type field are as follows. 1) Log into… Read More: Eliminate Type field in Company Entry Screen of Sage CRM »