Category Archives: Sage CRM

Trick to remove Main Menu from pop-up windows in Sage CRM v7.2

Earlier Sage CRM versions were based on the Frames. However these frames are removed in Sage CRM v7.2. ASP Page Customizations and Client side customizations are the areas that are affected in Sage CRM v7.2. New Stuff: Codeless Customization: Add Custom Entities New Screen when accessed through iPhone We have observed similarly affected area when… Read More »

Codeless Customization: Add Custom Entities to Find Screen when accessed through iPhone

Sage CRM behaves differently for on-premise versions and when accessed through Mobile Devices like iPhone, iPad, Tablets, Windows phone etc. However with codeless customizations, user can easily add Custom entities on Sage CRM Find menus. Let’s consider an example; Sage CRM has a custom entity Project that user wanted to add on Sage CRM Find… 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 »

CRM Email Manager Service failed to start

One of the strong features SageCRM provides is E-Mail functionality. This is the reason why we push all our customers to use email outbound and inbound functionalities to the maximum. Now when it comes to inbound emailing, we must know how to handle various issues that are associated with Email Manager Service. You will find… Read More »

Get impressive reports by adjusting Report Styles in Sage CRM

Sage CRM has a powerful reporting feature that lets you view data in an organized manner. All the Columns in reports are now loaded in an Alphabetical order. Refer our blog post for details, https://www.greytrix.com/blogs/sagecrm/2013/08/17/report-columns-are-now-loaded-in-alphabetical-order-sage-crm-7-2/ New Stuff: Sage CRM and IIS authentication settings In this blog post, we will go through Report Styles provided by… 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 »