DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:sugar

Sugar Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Providing hyperlink references to Sugar CRM

Last updated on
2016-02-03
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with crm, sugarcrm

Flattr this

Download and Installation

Search and install the plugin using the Extension Manager. 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

Syntax and Usage

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&amp;module=Accounts&amp;record=e1bbce41-037f-5262-a5c4-47f3c6dfd55d" class="urlextern" title="http://your.domain.com/SugarCRM//index.php?action=DetailView&amp;module=Accounts&amp;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&amp;module=Contacts&amp;record=22b06a45-b1c6-c3fc-9b60-4bde7b7f2302" class="urlextern" title="http://your.domain.com/SugarCRM//index.php?action=DetailView&amp;module=Contacts&amp;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&amp;module=Opportunities&amp;record=1f25f660-64c6-251f-f759-4bbd9df25df8" class="urlextern" title="http://your.domain.com/SugarCRM/index.php?action=DetailView&amp;module=Opportunities&amp;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:



plugin/sugar.txt · Last modified: 2020-02-23 14:51 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki