Compatible with DokuWiki
No compatibility info given!
The latest version is here : http://github.com/daamien/dokuwiki-plugin-sugar/tarball/master
Download and install the plugin using the Plugin Manager using the URL given above. Refer to Plugins on how to install plugins manually.
Then go to the sugar section on the configuration page and set correctly the sugar_base_url parameter
Simply use one of the three keywords below and add the SugarCRM “record id” of the element you want to link:
* ~~SugarAccount:e1bbce41-037f-5262-a5c4-47f3c6dfd55d~~ * ~~SugarContact:22b06a45-b1c6-c3fc-9b60-4bde7b7f2302~~ * ~~SugarOpportunity:1f25f660-64c6-251f-f759-4bbd9df25df8~~
This will create the following html code :
<ul> <li class="level1"><div class="li"> <a href="http://your.domain.com/SugarCRM//index.php?action=DetailView&module=Accounts&record=e1bbce41-037f-5262-a5c4-47f3c6dfd55d" class="urlextern" title="http://your.domain.com/SugarCRM//index.php?action=DetailView&module=Accounts&record=e1bbce41-037f-5262-a5c4-47f3c6dfd55d" rel="nofollow">SugarCRM Account #e1bbce41-037f-5262-a5c4-47f3c6dfd55d</a> </div></li> <li class="level1"><div class="li"> <a href="http://your.domain.com/SugarCRM//index.php?action=DetailView&module=Contacts&record=22b06a45-b1c6-c3fc-9b60-4bde7b7f2302" class="urlextern" title="http://your.domain.com/SugarCRM//index.php?action=DetailView&module=Contacts&record=22b06a45-b1c6-c3fc-9b60-4bde7b7f2302" rel="nofollow">SugarCRM Contact #22b06a45-b1c6-c3fc-9b60-4bde7b7f2302</a> </div></li> <li class="level1"><div class="li"> <a href="http://your.domain.com/SugarCRM/index.php?action=DetailView&module=Opportunities&record=1f25f660-64c6-251f-f759-4bbd9df25df8" class="urlextern" title="http://your.domain.com/SugarCRM/index.php?action=DetailView&module=Opportunities&record=1f25f660-64c6-251f-f759-4bbd9df25df8" rel="nofollow">SugarCRM Opportunity # 1f25f660-64c6-251f-f759-4bbd9df25df8</a> </div></li> </ul>
And this will appear like this on your page :