vTiger Account synchronisation
Monday, April 9th, 2007, 15:04Today, i tried to synchronize an external system with vtiger using custom fields. It took some time to see through the structure of the vtiger-codebase. But here is the result
ini_set(’/path/to/vtiger/installation/’);
require_once(’config.php’);
require_once(’include/logging.php’);
require_once(’include/database/PearDatabase.php’);
require_once(’modules/Users/Users.php’);
require_once(’modules/Accounts/Accounts.php’);
[...]



