Category Archives: Uncategorized

Survey Module in Sage CRM

Why do we need Surveys? This question may have several different answers depending upon the organizational goals we are aiming at by conducting online surveys. Conducting Surveys is the most efficient and cost effective way of gathering opinions, suggestions and valuable feedbacks from client in order to enhance the services and survive in competition with… Read More »

Multi bar Graph in SageCRM

SageCRM has a functionality of a dashboard which provides the user a summarized view of all the data like the opportunity forecast, case that were closed, cases that are open etc. The customization functionality of the dashboard adds further leverage to the functionality to get graphs and grid for the users. This allows the user… Read More »

Hide and Show fields in SageCRM

Sometimes we came across the scenario of hiding the field on onload of page (View mode) as well as OnChange of page (Edit mode). For this you have to write script. In this blog I would like to represent easy and simple way to do this.Consider a scenario where oppo_sectionalready is a checkbox field of… Read More »

Multiple Recipients in Email

As per Standard functionality of SageCRM , we can send E-mail to the person by entering his Email Id in “To” field. But can you Show the selected person Email id in “To” field from Custom Grid? Well, the answer is Yes. In this blog I would like to present the easy and simple way… Read More »

Javascript popup window

We always face the problems with popup window in JavaScript using window. Open command either in Custom content or pages that we design. Sometimes the parent window goes blank or sometimes the popup window looses focus and goes behind. Problem Definition: Suppose I want to open http://www.google.com in popup window. So ideally I will use… Read More »

Restricted Document View in SageCRM

In SageCRM, if a user adds a document under a company or a person then that is viewed by everyone who accesses the company or person under which the document is linked. This could be a good feature but this can also result in a scenario where user could get access to unwanted or information.… Read More »

Multiple Persons for a Opportunity

The standard SageCRM allows a user to link an opportunity with a single Person. But there could be a scenario where an opportunity can be linked to more than one person. It’s pretty simple. Here is how you can do it. • Create a multi-select field in the opportunity to store the persons related to… Read More »

Enhanced Data Security – Restriction on Custom entity screen buttons

Data security and data maintenance is very much important in today’s world. Many organizations follow the concept of territorial structure while some still stick to basics and make the data of user from one territory available for viewing purpose for user in another territory. This user might not have permissions to modify the data, but… Read More »