Sage CRM with Sage Pro Multi Company

Coming quickly on the heels of Pro Web order entry in Sage CRM was Pro multi company integration. Like Pro Web order entry, this too uses the existing Sage CRM and Sage Pro connection. I do not want to sound like Nicolas Cage search on another treasure hunt but this was possibly the missing piece… Read More »

Change Default Language/ Date Format in SQL

Usually in SQL, date gets saved as ‘2009-07-27 00:00:00.000’ but when we run the query or call date from any application the SQL gives us the date in desired format like ’07/27/2009’. How does it work? SQL has set of formats according to the different languages for example ‘British’, ‘Dutch’, ‘German’, ‘English’ etc. By Default… Read More »

Time-Out Error while Importing Bulk Data

Have you ever tried importing Bulk Data in SageCRM and received Time Out Script error? Despite of SQL settings there is one more area where we need to check if everything is ok or not. Metabase.XML If you have IIS 6 installed with your system; you will get this file at systemroot System32 Inetsrv folder… Read More »

File to PDF conversion using FOP

FOP i.e. Formatting Objects Processor is one of the very efficient print formatter driven by XSL formatting objects. It is an application which is based on JAVA that reads a formatting object tree and then converts it to the desired output format according to the requirement and parameters we specify. The formatting object tree can… Read More »

Custom Search Screen should retain results when user navigate away from the search screen and return to it

As per the standard Sage CRM functionality, Company (any Standard Entity i.e. Person, Communication, Lead, Opportunity, Cases) search screen retains results when user navigate away from the search screen and return to it. Bur this is not applicable for any custom entity search screen. Custom search screen does not display search results when user navigates… Read More »

Threaded Communication View in CRM Self Service

We had already posted how this functionality will work from within CRM. Please follow the link below to refer the post. http://sagecrmaddons.blogspot.com/2009/07/threaded-communication-view.html Now it’s also possible to have this functionality in CRM Self Service web site. Self service users that are assigned the rights to access Self service website from CRM can login to the… Read More »