Tag Archives: Create Script

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 »

Define multiple Default Values in a multi-select field in Sage CRM

Sage CRM has extensively focused on the UI/UX improvements through the release of the new versions. The various types of Fields available within Sage CRM Administration has helped to manage/limit the data inputs to a specific format. Limiting the number of characters to be inputted, Accepting only Date values, accepting only integer values, setting default… 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 »

Display Count of your Opportunities against Company

In my previous blog, I have explained how to display Current User Name under custom tab. Here, I am going to explain how to display the count of records (say Opportunities) which are in progress and assigned to me i.e. Current Logon User against respective companies using jQuery mechanism. New Stuff: Event Management in Sage CRM… Read More »

Sage CRM Currency Conversion through code

Every country has its own Currency. Businesses that sell products in different territories may need to capture all those currencies as well. Also they may want to see the reports in their own currency as base. New Stuff: Limit number of characters in Sage CRM fields In Sage CRM we can configure multiple currencies, conversion… Read More »