Category Archives: Sage CRM7.3

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 »

Append User Name on My CRM Menu Option in Sage CRM

Sage CRM has always been helpful to manage and maintain Customer relationship data with an ease. It has always been easy to accommodate various customizations with different programming libraries such as jQuery, Javascript or say Client side API. Earlier, we had explained how you can append Logged in user name to Custom tabs. You can… Read More »

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 »

Hide New button in Sage CRM using jQuery

By far we all know, Sage CRM is used to capture and manage Business’s Sales and Service data along with the proper linking/management with respective Customers. Entities such as Case, Lead, Opportunity, Quotes and Orders etc. helps in recording Sales and Service data in system. Users can capture the data in these entities using the New button available at top right hand… Read More »

Hide … (Ellipses) Tab from Tab Group in Sage CRM

Hello everyone, as we know … (Ellipses) Tab helps user to change the default tabs that are displayed in different areas of the system. For example, if user rarely uses Preferences tab then, user can remove this tab from his My CRM. However, user can easily enable it again if he want. New Stuff: Hide Follow-up… Read More »

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 »

Enabling and Disabling of Workflow in Sage CRM based on a Field value

We all are familiar with the JavaScript Codes or say the Client side API and its benefits to ease the customization efforts of programmers in Sage CRM. One such advantage w.r.t CRM Workflows was enabling or disabling of specific rule based on the conditions. But what if you need to disable the whole workflow on… 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 »