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
  • php
  • api (1)
  • community (4)
  • custom (1)
  • dashlets (2)
  • dev tools (2)
  • devblog (14)
  • engineering team (7)
  • javascript (4)
  • Logic Hooks (2)
  • open source (1)
  • performance (1)
  • rest (5)
  • security (1)
  • studio & module builder (1)
  • sugar 6.7 (1)
  • sugar 7 (14)
  • sugar 7.5.0 (3)
  • sugar 7.6.0 (3)
  • sugar 7.7.0 (1)
  • sugar 7.8.0 (2)
  • sugar logic (1)
  • sugar7 (2)
  • sugarcrm mobile (1)
  • tip (3)
  • web services (1)
  • Use of prepared statements in Sugar 7.9

    Matt Marum
    Matt Marum
    What are Prepared Statements? Prepared Statements , also known as parameterized statements, is a database feature that allows the same or similar queries to be executed with more efficiency and greater security. It has also been a common Sugar platform…
    • 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
  • How to filter on related fields using Filter API

    Yann BERGES
    Yann BERGES
    This post originally appeared on the SynoLab blog hosted by Synolia , an Elite SugarCRM Partner. Yann Bergès describes how you can use a relate filter with the Filter API. He also explores how Sugar does it as well as identifying a drawback to be considered…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • How to build Chart layouts for Sugar 7

    David Ranney
    David Ranney
    This blog will be the first in a two part series on building Charts components for Sugar 7. This post is targeted at beginner to intermediate Sugar Developers who want to learn how to build their first Chart component. This post assumes some basic knowledge…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Helpful utility functions for notifying users about inbound emails

    Francesca Shiekh
    Francesca Shiekh
    Here is another Francesca Shiekh guest post! She is a Sugar Developer from Wolfram Research . We had the need to notify the assigned user when an email was received that was related to a Case record. To make our application more flexible we extended this…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Sugar Notifications in Action

    Hatim Alam
    Hatim Alam
    Here is a guest post from Hatim Alam from BHEA , an Elite SugarCRM Partner, and is a certified Sugar Developer Specialist. Hatim shares some ideas for getting creative use out of Sugar Notifications. Share your own ideas in comments below! In this post…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Adding a viewed status to Notes Module

    Shijin Krishna
    Shijin Krishna
    Here is another guest post from Shijin Krishna from BHEA , an Elite SugarCRM Partner! Notes is a common module used to track ad hoc information within Sugar. Sugar Enterprise customers that use the Customer Self-Service Portal will notice that comments…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • PHP Session Changes in Sugar 7.7

    Matt Marum
    Matt Marum
    Below is some details from Andreas Sandberg , Director of Engineering, at SugarCRM. Andreas is on his second tour of duty at SugarCRM. He first joined SugarCRM back in 2007 as an Engineering manager. He was also the Head of Engineering at Stitch prior…
    • over 9 years ago
    • DevClub
    • Dev Blog
  • Creating a Dashlet for Sugar 7 List Views

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by tshubbard. In our previous "Hello World" dashlet post , we established what a minimal dashlet entailed. In these next post, we'll be building on those skills to create a more useful dashlet that takes advantage of Sugar 7 List…
    • over 10 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
  • Using server side changes to customize SugarCRM Mobile

    Matt Marum
    Matt Marum
    If you were at UnCon in April 2015 then you know that one of our hottest topics was plans for a SugarCRM Mobile SDK. Since mobile devices and mobile use cases are such a key part of what Customer Relationship Management and Customer Experience is today…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • How Type and Name attributes affect Sugar 7 Views

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by Joo Lee. Sugar 7 allows you to define your own view metadata for creating new custom layouts and views. In these custom view definitions, the correct use of the type and name attributes is essential when you want to reuse metadata…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • SugarCRM Cookbook - So you wanna override an endpoint

    SugarCRM Developers
    SugarCRM Developers
    Post originally written by sugarraagaard. 1. Introduction So you have yourself in a bit of a bind, you need to get an existing API to do something different. Maybe you need more information on an Account record, or perhaps your custom module needs some…
    • over 11 years ago
    • DevClub
    • Dev Blog
  • RESTful Web2Lead Form

    Harald Kuske
    Harald Kuske
    If you create a Lead Form in Sugar, this Lead Form uses the entrypoint “WebToLeadCapture” with it’s full qualified web address e.g. http://myCRMserver/index.php?entryPoint=WebToLeadCapture . Using this generated form every visitor of your website is informed…
    • over 11 years ago
    • DevClub
    • Dev Blog