Category Archives: Screen

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 »

Highlight Specific Rows in Grid based on condition Using JavaScript

Have we ever thought of highlighting specific rows of a particular list based on certain conditions? Well, here is the blog which will help us to achieve the same in CRM. There are multiple ways to get this done in CRM but this time will see how JAVASCRIPT can help us to achieve this. New… 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 »

Print Icon on Email Summary Screen

Communication is one of the essential entity in CRM wherein user can Create Task, Appointment and Send Email. New Stuff: Restriction of characters in CRM passwords Recently a customer approached with an issue which they were facing while printing email content with large data. The issue was when email content was more as shown in below… Read More »

How to modify Field’s Caption and Data box alignment in Sage CRM?

As we all know Sage CRM is considered to be an easily customizable software solution as per the client needs. The standard CRM solution itself allows many easy ways to make the customization whereas, it also supports Client Side Scripting to achieve the same. New Stuff: Business Manager in Sage CRM The field’s arrangement in standard… Read More »

Alter Additional information of Appointment/Task Details in Outlook from Sage CRM

In the below blog I will be explaining about a feature that’s been available since CRM version 6.2. This feature can help you sync fields from Company/Person/Address entities of the CRM Appointment/Task to the available Outlook Appointment/Task body. New Stuff: How to set the background Color of Fusion Chart Report Here, we are going to explain… Read More »

Set Info Message Color Based On Opportunity Stage

In one of our earlier blog we have discussed about Information and Error message feature of Sage CRM 7.2. Information and Error Message feature in Sage CRM v7.2 Now in this blog we are going to discuss the additional uses of Information Message in Sage CRM. We all know Sage CRM Pipeline shows the quick view… Read More »

Calling Javascript function from Workflow progress screen

By far we all know, Sage CRM has been proved very much capable to handle various tricky scenarios through implementation. Client side API has reduced lot of customization efforts through the JavaScript codes used in it. We have already posted few blogs about writing JavaScript codes in .js files and calling the same in Custom… Read More »