The DocuSign module installs without errors in SuiteCRM but it does not add it self to the menus in contracts and quotes. It seems it is incompatible with SuiteCRM or there is a workaround?
That we can do, but the menu items possible to add like that are more of DocuSign configuration.
The missing menu entries are the “Send by DocuSign” that should appear within the contracts and quote modules “action menus” the same location where you print as pdf, email etc …
So you did not have this extension running on a standard SugarCRM install? It seems there were problems with version 6.4/6.5 previously. Did the module install successfully? Are there any errors in your sugarcrm.log?
DocuSign will create a custom/modules/Quotes directory since SuiteCRM use SugarCE it does not exists and folder will be created and some files will be copied there.
copy them to custom/modules/AOS_Quotes
open Docus_ModuleSupport.php
change line 20 require_once(‘modules/Quotes/Quote.php’); to require_once(‘modules/AOS_Quotes/AOS_Quotes.php’);
change line 35 $this->bean = new Quote(); to $this->bean = new AOS_Quotes();
Now it will appear under SuiteCRM new quote module.
do the “same” to make it appear in Contract module.
There seem to be more to it … maybe some DocuSign server side fails, it is possible to use DocuSign with SuiteCRM for all other modules than contracts and quotes …