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 »