Archive for the ‘SugarCRM’ Category

SugarCRM entry points

Wednesday, March 18th, 2009

Extending SugarCRM with custom entry points into the application.

SugarCRM integration with MySQL views

Tuesday, March 17th, 2009

There are few ways to make your SugarCRM module to read from another application.
The easiest way which is very well documented is to modify your module’s vardef, add few fields and add a logic hook. when you load your sugar module, you will load additional data with you logic hook.
This works fine for most cases, [...]

Setting up JBilling With MySQL

Monday, February 23rd, 2009

JBilling’s Database guide is a bit confusing for new users. Specially if you are not familiar with Java, JBoss and related technologies.
This is a step by step guide on setting up Jbilling with mysql in a linux environment.