Category Archives: Fields

Populating Default Date Field Values

Date fields have been a challenging and sometimes a difficult task to work with in Sage CRM. Client side scripts and JQuery has although taken up customizations to a higher level, it does requires to write a few lines of codes/functions in order to customize the Date field’s functional behavior. New Post: Generate Unique Reference Number… Read More »

Modify presentation of Multi-select field in Sage CRM 2017

Recently on the community forums, we came across a question where the user wanted to show value of selected Multi-Select field on a new line instead of its default behavior of being separated by a comma. Read on to see how it can be done. New Stuff: Highlight Rows and Columns of Grid in Sage… Read More »

Display Entity’s Record Id on Screens in Sage CRM

Sage CRM’s various entities, be it Primary or Secondary have a unique identity value generated against each of its records. This id values getting auto-generated reduces the efforts of developer in order to create a unique identifier for the entities. Though these values are visible at Database level, there is no standard way of displaying… Read More »

Modifying the values of User Select field of Email Editor Screen in Sage CRM – Part 2

Hi Folks!! This blog is in continuation of our previous blog wherein we explained how you can modify the values or the names that are been displayed in User select field of Email Editor Screen in Sage CRM. You can refer below link for the same. Related Stuff: Modifying the values of User Select field… Read More »

Allow users to edit additional user preferences options on their own.

In Sage CRM Preferences tab is enabled for everyone and individual user can have control over the way the information needs to be displayed. User can set the display of information to better suit the way they work. Example, for sales representative user, their main interest is probably the status of existing opportunities. Using the… Read More »

Add Profile rights for User's Parent territories and their Sibling territories.

Sage CRM allows us to define access rights across the organization to Users by using Security Profiles and Territories. Sometime it becomes difficult to manually update each Territory security profile rights. But there is an inbuilt feature in Sage CRM where you can Mass update all Parent territories, Security profile and also there sibling territories… Read More »

Using Restrictor field with Search Select Advanced field in Sage CRM

Search Select Advanced Fields in Sage CRM is one of the powerful tool which helps to sort and search the data efficiently. Just by inputting first few letters of the data, it reduces the search results by sorting the data from the entity’s master table. SSA field of Sage CRM has itself got various properties… Read More »

Adding Custom Field on Sage CRM screen using .Net

Sage CRM provides System administrator with easy ways to add or remove fields from the system. Every screen and list in CRM draws its data from the views which are based on the SQL tables linked to a particular entity. Thus whenever a user needs to add a field belonging to a different entity, he… Read More »

Align field data to Right Hand Side on Edit and Summary Screen

Hello All! In previous blogs, we had seen that how we can make our SAGE CRM screens and grids more visually effective by applying JAVASCRIPT, JQuery, HTML, etc. like by highlighting checkboxes, underlining to column header, printing amount in words, and others. Here, we will see how we can align field data to Right Hand… Read More »