Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Magento 2 Sugar CRM Integration  is an extension developed by Magenest, which allows vendors to synchronize data between your Magento 2 site and Sugar CRM automatically. 

Extension's page: http://store.magenest.com/magento-2-sugar-crm-integration.htmlSugarCRM Extension

Features

  • Allows synchronizing and updating Customers from Magento store into SugarCRM Leads, Accounts, Contacts, Opportunities.
  • Allows synchronizing and updating Customers from Magento store into SugarCRM Opportunities when an order Magento created.
  • Allows synchronizing and updating Customers's billing address book from Magento store into SugarCRM Targets.
  • Allows synchronizing Campains from Magento store into SugarCRM Campaigns.
  • Allows admins define the mapping fields in backend with ease. 
  • Mapping manually between Magento attributes and SugarCRM custom fields.

...

    scp <path to your extension> <ssh server>:<path to Magenest directory>

        E.g: scp /var/www/html/magento/app/code/Magenest/SugarCRM.zip [email protected]:/home/magenest/public_html/magento/app/code/Magenest/

Then log into your ssh server, go to Magenest directory and execute the following command to decompress the module:

...

    php bin/magento setup:upgrade    php bin/magento setup:static-content:deploy
    sudo chmod -R 777 var pub

...