Category Archives: Configuration

Sage CRM 7.2 Facebook Component

Being social is a must in today’s world; no matter if it’s an individual or organization. Any means which let you connect to larger set of audience is good for the growing business. Over the recent years sites like Facebook, Twitter have served the purpose well. Considering this, new version of SageCRM 7.2 has also… Read More »

How to restrict Users from accessing Default IIS page and Virtual Directory

Sage CRM being a web-based application requires a web server in order to function properly. The Primary role of this web server is to help store, process and deliver web pages as and when required to the users by means of HTTP. Now since Sage CRM is reliant on web server, IIS is one of… Read More »

How the address is arranged over multiple lines?

In Sage CRM, you can see address of Person arranged over multiple lines as shown below. This is because the corresponding view under the Address entity is written as follows. CREATE VIEW vAddress AS SELECT ISNULL(rtrim(Addr_Address1), ”) +’ ‘+ ISNULL(rtrim(Addr_Address2), ”) +’ ‘+ ISNULL(rtrim(Addr_Address3), ”) +’ ‘+ ISNULL(rtrim(Addr_Address4), ”) +’ ‘+ ISNULL(rtrim(Addr_Address5), ”) AS Addr_Street,… Read More »

User Configurations in Sage CRM

In the recent past I’d received several queries like; users getting logged out of the system whenever they keep their browser in idle state or navigate to other site. How to disable preferences tab for all CRM Users? Well, solutions to all such problems are available in CRM User Guide under user configuration section. Even… Read More »