Sugar CRM – Entry Point Registry
To register new custom entry points for Sugar CRM, do the following you have to create the file custom/include/MVC/Controller/entry_point_registry.php
Contents should be the following:
$entry_point_registry['entry_point_name'] = array('file' => 'path/to/custom/code.php', 'auth' => true);


No comments yet.