Tag Archives: Field

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 »

Limit number of characters in Sage CRM fields

In our earlier post, we have explained how to restrict the length of a Sage CRM text field on screen block using JavaScript and JQuery. New Stuff: Document Management against Lead Entity In this blog post, we will take a look at how to limit the number of characters in Sage CRM fields that are added… Read More »

Changing Link text of URL fields

Sage CRM allows to create different types of fields as per the requirement e.g. Text, Date, Search Select Advance, Selection etc. But sometimes to capture complex requirements we need to twist the appearance of fields on screen. New Stuff: Where to search for Sage CRM Configuration components One such field type is “WWW URL”.   If… Read More »

Hash fields in Workflow Execute SQL Statements

Workflow is one of the powerful features of SageCRM. We can define workflow Rules for systematically updating data for the entities through workflow. Every rule must be associated with set of actions. Sage CRM Workflow has several workflow actions that can be configured for any workflow rule as shown in below diagram. New Stuff: Implementing… Read More »

Hide Tracking Note field while progressing workflow

Workflow is the best selling point of SageCRM and for every business process Progressing entities through workflow is the way to track who is updating what. New Stuff: Advanced E-mail Management Server Options As you know Workflow is based upon “Rules” and “States”. On click of “Rules “respective progress screens opens up. These screens contain… Read More »