Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient project management & teamwork
      • Social NetworkEngage users & recognize contributions
      • Knowledge managementCentralize & share your company knowledge
      • Employee PortalEngage your community
    • Industries
      • Public Sector
      • Networks
      • Education
      • Enterprises
  • Product
    • Overview
      • Digital workplaceFeatures & capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsAvailable connectors & extension capabilities
    • Technology
      • ArchitectureAn overview of eXo Platform technology
      • SecurityeXo Platform security measures
      • Open sourceComponents & licensing
  • Offers
    • EnterpriseMore than 250 users
    • ProfessionalLess than 250 users
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • Migration guide
      • Alternative to Microsoft 365
      • Alternative to Sharepoint
      • Alternative to Workplace from Meta
    • From The Blog
      • eXo Platform 7.0 is released
      • eXo Platform Community Edition 7.0 is released
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • FAQsAbout the software, the community and our offers
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Pricing
    • About us
    • Careers
    • Resource center
    • Blog
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient project management & teamwork
  • Social Network Engage users & recognize contributions
  • Knowledge management Centralize & share your company knowledge
  • Employee Portal Engage your community
Industries
  • Public Sector
  • Networks
  • Education
  • Enterprises
Overview
  • Digital workplace Features & capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Available connectors & extension capabilities
Technology
  • Architecture An overview of eXo Platform technology
  • Security eXo Platform security measures
  • Open source Components & licensing
Enterprise More than 250 users
Professional Less than 250 users
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
Migration guide
  • Alternative to Microsoft 365
  • Alternative to Sharepoint
  • Alternative to Workplace from Meta
From The Blog
  • eXo Platform 7.0 is released
  • eXo Platform Community Edition 7.0 is released
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
FAQs About the software, the community and our offers
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Pricing
About us
Careers
Resource center
Blog
Contact us
Try eXo
  1. Accueil
  2. Uncategorized
  3. Installation Guide for the eXo Platform Plugin for SugarCRM

Installation Guide for the eXo Platform Plugin for SugarCRM

This tutorial will guide you through the setup for the eXo Platform plugin for SugarCRM. A video introduces what the plugin does.

eXo Platform for SugarCRM in Action

Before installing the plugin, take a look at the video demo below on the eXo Platform plugin for SugarCRM:

Requirements

    https://www.exoplatform.com/

  • eXo Platform Widget
  • Sugar CRM CE 6.5.16
  • eXo Platform 4.0.4 (Community Edition and Enterprise Edition)
  • eXo Platform plugin for SugarCRM

Installation

Once you have installed the eXo Platform plugin, you will need to install it in your instance of SugarCRM:

  • Log in to your SugarCRM installation as Admin
  • Go to the Administration panel, then to the “Module Loader”
  • Upload the plugin
  • Click on “install” next to “eXo Platform Plugin” and follow the installation steps
  • Go back to the Administration panel, click on “Connector Settings” => “Enable Connectors”
  • Click on the “eXo Social” tab
  • Activate the connector for Cases by dragging and dropping “Cases” into the enabled column
  • Save

Next, you will need to configure the eXo server URL. By default it is set to http://localhost:8080.

  • Go to “Connector Settings” => “Set Connector Properties” and click on the “eXo Social” tab
  • Change the URL to one of your eXo Platform servers (if it’s running on the same server, you can skip this step) – for example, “http://localhost:8080”
  • Save

The eXo Platform plugin uses OpenSocial to publish activities into a space. This means you will need to configure the oAuth key as well as the OpenSocial RPC URL. In your SugarCRM installation, edit the file custom/modules/Connectors/connectors/sources/ext/rest/spaces/config_spaces.php to reflect your settings. Don’t forget to change the os_oauth_key_secret. The oAuth key in eXo Platform needs to be configured as well. In your eXo Platform installation, edit the file gatein/conf/portal/portal/configuration.xml (if it does not exist, create it).

Make sure to change the value of the property sharedSecret to the os_oauth_key_secret you set earlier in the file config_spaces.php.

<?xml version="1.0" encoding="ISO-8859-1"?>
<configuration   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.exoplaform.org/xml/ns/kernel_1_1.xsd https://www.exoplaform.org/xml/ns/kernel_1_1.xsd"
xmlns="https://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
	<component>
		<key>org.exoplatform.social.opensocial.oauth.ServiceProviderStore</key>
		<type>org.exoplatform.social.opensocial.oauth.ServiceProviderStore</type>
		<init-params>
			<properties-param>
				<name>Sugar CRM</name>
				<description>Consumer key and secret for our sugar CRM installation.</description>
				<property name="consumerKey" value="SugarCRMKey" />
				<property name="sharedSecret" value="MySuperSecretKey" />
			</properties-param>
		</init-params>
	</component>
</configuration>

The installation and setup are now complete. You can now start to use the eXo Platform plugin to add activity streams to groups and functions within your SugarCRM implementation.

Screenshots

Picture 1: “Sugar Cases 2” is a demo case used in the SugarCRM environment. An eXo icon displays a popup with the latest activity in the eXo Platform environment.

01-ximage00

Picture 2: The latest activity stream is shown in the SugarCRM popup.

02-ximage01

Useful Resources

  • Video: eXo Platform plugin for SugarCRM
  • SugarCRM
  • Install eXo Platform Widget
  • eXo Platform Plugin for SugarCRM package installation
  • eXo Platform Plugin for SugarCRM source codes
  • eXo Platform Documentation

An Bao Nguyen

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Communication
    • Collaboration
    • Knowledge
    • Productivity
    • Open Source
    • Integrations
    • Security
  • Uses cases
    • Digital Workplace
    • Intranet software
    • Collaboration software
    • Knowledge management software
    • Entreprise Social Network
    • Employee Engagement platform
  • Roles
    • Internal Communications
    • Human Resources
    • Information Technology
  • Company
    • Product offer
    • Services Offer
    • Customers
    • Partners
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Collaboration guide
    • What is a Digital workplace?
    • What is an intranet?
    • Employee engagement
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz