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
    • Event Recordings
      Recordings from SugarU Live Webinars and Sugar Market Academy
    • 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 Blog
  • Answers & Best Practices
  • Developer On-boarding
  • Dev Tutorials
  • Developer Events
  • Event Recaps
  • Members
  • Developer Suggestions
  • Sub-Groups
  • More
Click here to join this group and curate your SugarClub experience.
  • All tags
  • code
  • dev tools
  • dashlets (1)
  • devblog (5)
  • engineering team (4)
  • javascript (2)
  • open source (3)
  • php (2)
  • rest (1)
  • sugar 7 (5)
  • sugar 7.6.0 (3)
  • sugar 7.7.0 (1)
  • unit tests (2)
  • Adding a floating frame into Sugar

    Matt Marum
    Matt Marum
    Sugar's Single Page Architecture Sugar relies on a single page architecture (SPA) for the Sidecar framework. But when a user navigates across the Sugar application (for example, when switching to another Sugar module), while the page is not refreshed…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Using the Sugar REST PHP Client

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by mrussellsugarcrm. Sugar REST PHP Client A new open source library for working with Sugar 7's powerful REST API has just been published! You can view the library in our GitHub account here: https://github.com/sugarcrm/rest-php…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Faster Sugar integrations using Building Blocks

    Matt Marum
    Matt Marum
    What are Sugar Integration Building Blocks? This is a new effort to create an open source library of re-usable common components that can be easily adapted by developers interested in integrating applications with Sugar 7. This project is focused on the…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating JavaScript unit tests for Sugar 7.6.0

    Matt Marum
    Matt Marum
    This tutorial will cover the creation of new Jasmine unit tests for testing your Sugar 7 front end code. In order to follow this tutorial, you will need access to the Sugar 7 Unit Test repository. Make sure you have the latest code. If you do not have…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating a PHP unit test for Sugar 7

    Matt Marum
    Matt Marum
    In a previous post, we learned how to write JavaScript unit tests using Sugar 7's Jasmine framework. Today we will learn how to write PHP unit tests using Sugar 7's PHPUnit framework. If you do not have access to Sugar 7 unit-tests Github repository and…
    • over 9 years ago
    • DevClub
    • Dev Blog