Category Archives: Sage CRM7.3

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 »

Deduplication on Company Phone and Email Details

Sage CRM gives us the provision to validate the duplicate company records with the help of Deduplication applied on Company Name or other company details, however there is no such standard method to validate Phone or Email details existing in the system. In this blog, I will share a method through which you can apply… Read More »

Delete Quote Line Items using JavaScript

We all are much familiar with Quote mechanism provided by SAGE CRM. We can manage quotes for an opportunity and also further can convert it to order for our customers. This functionality allows us to add Line Items or Products against it. In this blog, I will explain how we can delete line item record… Read More »

IIS 6 Management Compatibility Configuration

In Sage CRM, while setting up a Web Deployment Manager, you can receive a warning message as “Error connection to Internet Information Server (IIS). Make sure IIS is installed on same machine” as shown in the screenshot below. This blog is a solution for the error message which we will be explained in our below blog.… Read More »

Remove ‘All Report Categories’ option from Reports Menu

Sage CRM provides Report functionality through which we can create simple as well as complex report in CRM. Report helps us in getting clear idea about ongoing work also. New Stuff: Troubleshooting an error message of GUMU™ Integration – ‘File does not exist’ In CRM, we have reports of different categories like Activity reports, Campaign, Customer… Read More »