SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Groups & Discussions
    Groups & Discussions
    • Product Forums
      Product-focused Q&A, discussions, best practices, fixes, and help
      Product Forums
      • Sugar Market
      • Sugar Sell & Enterprise
      • Sugar Serve
      • sales-i
    • User Groups
      Professional, Industry, Language
    • Get Involved
      Learn how to become a Raving Fan
    • Social Club
      Live, interactive, virtual meetups with other Sugar customers and Sugar’s Subject Matter experts!
    • Leadership Lounge
      Network with fellow organizational leaders, ask questions, and share insights
    • Developers
      Visit DevClub, the SugarClub group for Sugar Developers
      Developers
      • DevClub
      • Mobile Developers
      • Developer Builds
        Supplemental access level required. Inquiries: developers@sugarcrm.com
    • Additional Groups (Access Required)
      Groups that require special access will be displayed here. Contact sugarclub@sugarcrm.com for assistance. Click here to see all groups
      Additional Groups (Access Required)
      • SugarCloud Platform
  • Product Information
    Product Information
    • Release Central
      Find release-specific content to prepare for your next Sugar update
    • Documentation & Resources
      Looking to expand your Sugar knowledge? Explore our in-depth documentation and other helpful resources!
    • Product Update Blogs
      Updates about each Sugar product
    • Customer Stories »
      Case Studies by SugarCRM
  • Training & Certification
    Training & Certification
    • Training & Certification Home
      Live & On-Demand classes, Quick Videos, Sugar Certifications, and more!
    • Quick Videos
      Short videos about using Sugar
    • My SugarU Dashboard »
    • SugarU News & Updates
  • Adoption
    Adoption
    • Grow Adoption Framework
      Get started on your adoption journey and review the adoption resources from SugarCRM
  • Calendar
  • News
    News
    • Sugar News
    • SugarCRM.com News »
    • Dev Blog
    • SugarCRM Marketplace Blog
  • Help
    Help
    • Welcome to Sugar!
      New to Sugar? Get started here!
    • SugarClub Help & Instructions
      Learn more about SugarClub and find answers to questions about this site
    • New to SugarClub?
      Start your community journey here
    • Technical Support
      Sugar's support resources
      Technical Support
      • Case Portal »
        Access the SugarCRM Case Portal
      • Working with Sugar Support »
        Find out more about engaging with the SugarCRM Support team
      • SugarCloud Information
        Find information about SugarCloud service updates and site status. Contact sugarclub@sugarcrm.com to request access
  • More from Sugar
    More from Sugar
    • DevClub
    • PartnerClub
    • Support
    • SugarOutfitters Marketplace
    • sugarcrm.com
  • DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
DevClub
DevClub
Dev Tutorials Sugar 11.0 (Q2 2021) Customization Guide
Click here to join this group and curate your SugarClub experience.
  • +On-Boarding Framework
  • -Customization Guides
    • Sugar 25.1 Customization Guide
    • Sugar 14.2 (Q4 2024) Customization Guide
    • Sugar 14.1 (Q3 2024) Customization Guide
    • Sugar 14.0 (Q2 2024) Customization Guide
    • Sugar 13.3 (Q1 2024) Customization Guide
    • Sugar 13.2 (Q4 2023) Customization Guide
    • Sugar 13.1 (Q3 2023) Customization Guide
    • Sugar 13.0 (Q2 2023) Customization Guide
  • +Modern UI Technical Guide
  • +Automated PHP Compatibility Tool
  • Did you know? Copying related records is a breeze!
  • How to write code for SugarCloud webinar Q&A
  • HOW TO: enforce ACL on Tags
  • Programatically manage Dropdown List
  • Remove custom fields created via package installation
  • Sugar Developer Tools
  • Tutorial:  How to register custom platforms in Sugar instances via Platform extension
  • Adding a google reCAPTCHA in a Web-to-Lead form
  • Sugar Developer Blog Style Guide

You are currently reviewing an older revision of this page.

  • History View current version

Sugar 11.0 (Q2 2021) Customization Guide

Purpose

The purpose of this document is to provide insight to Sugar Developers for upgrading custom Sugar code, extensions, and integrations to the Sugar Q2 2020 release. This guide focuses on changes in Sugar Q2 2020 that could cause an immediate impact on Sugar customizations and integrations built for Sugar 10.3 (Q1 '21).

Sugar Instance Upgrade Path

The upgrade path for 11.0.0-preview.1 and 11.0.0-preview.2 (this "Preview") is from 10.3 (Q1 '21). There will be no upgrade path from 11.0.0-preview.1 and 11.0.0-preview.2 to the GA version of the Sugar Q2 2021 releases.

Cloud and On-Premise Sugar Release

For those looking to upgrade from Sugar 10.0, you will be catching up with additional content released last Q3 '20, Q4 '20< and Q1 '21. In addition to this guide, please review the Sugar 10.1, Sugar 10.2, and Sugar 10.3 migration guides and Sugar 10.1, Sugar 10.2, and Sugar 10.3 release notes on the Sugar Support site to get a full view of changes since Sugar 10.0. This is not an exhaustive list of everything we did for Sugar 11.0 - just the items that we thought would be important for a developer to take note of. Check this post often as I will be adding more features, fixes, and updates to the list right up until we go live with the GA release!

Expected to Affect Few Developers

This section explains items expected to have a low impact on Sugar customizations and integrations when migrated to Sugar 11.0. It is expected that these items will affect few developers. This release addressed many smaller bug fixes and UI changes. There are not many issues that require special attention from a development standpoint. You may want to take note of the following regarding your customizations before you upgrade:

  • The /Administration/license/limits GET API endpoint has been updated to additionally return the license type, the number of available seats by license type, and a license limit flag. It is still the case that only admin users may call this endpoint.

  • Application now enforces Content Security Policies that block embedding content from untrusted domains. This will mostly affect iFrames. If you have any iFrames with external content in your Sugar instance, you will need to add those domains to the Content Security Policy Settings Admin module. If you do not whitelist the domains, the iFrame will display an error message. Visit this article for more information on CSP. Note all images are trusted so you may still embed images from other sites - just not scripts, iframes, etc.

  • When you add a new CSP setting or update it, settings will take effect immediately on the admin’s machine. Other users will be prompted with an informational message to reload their page to see changes.

  • Module Loader has been updated to accept a CSP whitelist. The syntax is 'csp' => ['default-src' => '*.mashable.com']. In that example we are telling our instance of Sugar to accept all content from mashable.com.

  • Added new /Administration/settings/validateIPAddress GET endpoint that will return the "Validate IP Address" configuration parameter value.

  • Added new /Dashboards/<id>/restore-tab-metadata?dashboard={$dashboard}&tab_index={$tabIndex}&dashboard_module={$dashboardModule} PUT endpoint. The purpose of this endpoint is to restore metadata for a specific tab on a tabbed dashboard.

  • Added new /SugarLive/config POST endpoint to save the config settings for SugarLive module.

  • For Sugar 11.0, the supported DB2 version is 11.5. Previously supported version was 11.1

  • In all of Sugar’s sidecar modules, we've re-labeled the "Create" label on filters to "Build Filter". If they have already customized the label to be something other than "Create", the customization will be respected.

  • We've removed mkto_lead_score & mkto_sync from SugarBPM prohibited list so that customers can use it with the new Marketo Sugar Integrate based integration

  • Wherever you can add field evaluations in SugarBPM, multi-select fields have a new option "Does Not Include Any" in addition to the existing options "is, is not, changes, changes from, changes to, and is one of"

  • "Teams" field is now a multi-select (previously single-select/radio) when setting BPM criteria, and evaluations now allow "Includes Any" and "Does Not Include Any" in addition to the existing options "is” and “is not”

  • We've combined the 2 separate discount fields to 1 field set for QLIs

  • On the quote worksheet, we've re-labeled "Line Item:" (for QLIs) to instead read "Product" because we missed it in 10.2 when we changed the QLI labels in other places.

  • The prediction pipeline will refresh lead and opportunity scores for SugarPredict fields periodically (initially every 24 hours but more frequently over time).