Category Archives: Fields

Display Company Information in an Opportunity Entity

Recently one of our customers came up with a requirement to display the Company Entity data into an Opportunity Entity in SageCRM.com. It is little bit tricky to display data in an Opportunity entity as one can use only Client Side Script to perform any operations in SageCRM.com. New Stuff: Validate Email Addresses using Sage CRM… Read More »

Notify User by highlighting the field that is currently in focus in Sage CRM v7.2

In our previous blog posts, we had explained Sage CRM Client side API features that are available for Sage CRM v7.2. In this blog post, we will explain highlighting the field that is currently in focus on Sage CRM v7.2. New Stuff: Some facts about Metadata Refresh Let’s consider that you wish to highlight the… Read More »

Control Display Format for Person SSA field in Sage CRM

Sage CRM is so easy to customize that some of the customizations can be configured without even scripting. In today’s post, we will explain one such configuration which allows the changing of Display format for Person SSA field. In Standard Sage CRM, Person SSA field is displayed in below format. i.e. First Name + Last… Read More »

Lead to Company/Person Field Mapping

One of the fundamental necessities of Sage CRM’s Sales module is to auto – populate the details within the related entities. Fast processing of data has always been proved time efficient and effortless. We all are aware of field mapping functionality between the two entities Lead & Opportunity but, CRM also allows field mapping of… Read More »

Selecting multiple fields using Client Side API

For Sage CRM customizations, Client Side API has always been proved stress- free and effortless to work with client side customizations. It has reduced complexity as compared to JavaScript, to much better extent by introducing built in functions. Today I would share one such amazing trick related to screen customization which highlights key info as… Read More »

Set Default Value for Date Field through Script

In Sage CRM customizations, scripting has been proved essential for developers to justify trivial requirements with an ease. It provides the flexibility to set validations or values in field at screen level. Though this can be achieved through few configurations in CRM, but it does not allows you to limit the setting up to certain… Read More »

Increase the size of Search SQL text

Sage CRM allows System Administrators to create different types of fields as per the requirement e.g. Text. Selection, Search selected Advance etc. We can put SQL clauses on SSA fields for restricting the information. However there is the limit on number of characters to be written in Search SQL text. By default on Search Select… 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 »

Additional Information in Entity Top Content Screens – Sage CRM v7.2

Entity Top Content screens in Sage CRM are used to give quick overview of an entity without actually having to scroll down all the way on Summary screens.  These Top Content screens can be further customized to add eye-catching information in the Top Content screen using client side SDK introduced in Sage CRM v7.2. New… Read More »