Category Archives: Configuration

Few points to Enhance Performance of your SageCRM

As we know SageCRM is being used by large group of companies around the world. There is high possibility that on and off basis they may face slowness problem while logging into CRM. There are many ways to enhance the performance of SageCRM application but listing out few of them as we come across while… Read More: Few points to Enhance Performance of your SageCRM »

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: Sage CRM 7.2 Facebook Component »

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 to restrict Users from accessing Default IIS page and… »

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: How the address is arranged over multiple lines? »