• Global Action Menus and Drawers in Sugar 7

    Post originally written by John Mertic. Editor's Note: This blog post comes from Bill Convis of SierraCRM, and talks about how his team worked with our top notch engineering team to find a way to add action menu items across multiple modules. Big thanks…
  • Creating deep links into the SugarCRM Mobile app

    Someone recently asked Sugar Engineering the following question. Suppose I have a webpage or web app that I am accessing from a mobile device, e.g. Safari on iPhone or Chrome on Android. Is it possible for me to create a link on that page into the SugarCRM…
  • Favorite Sugar 7 Developer resources

    This would be a good post to bookmark! Francesca, one of our Sugar Community members, has a great post on the Sugar Community where she lists some of her favorite Sugar 7 resources and asks the community to list their own. It has become one of our most…
  • Fill out the UnCon 2015 Developer Survey

    Greetings Sugar Developers! Are you coming to SugarCon this year? We hope so! But even if you are not, we'd still love to hear from you. We would like to gather information from as many Sugar Developers as possible to make sure this year's UnCon caters…
  • A common Sugar 7.x Dashlet Gotcha

    Sugar 7 Dashlets As you may know Dashboards and Dashlets are some of Sugar 7's most popular front-end features. Customizable Dashboards empower users with the ability to customize the contextual intelligence that gets delivered to them by their CRM within…
  • Ticomix presents SugarCRM Power Hour with Jeff Bickart

    Below is a message from Ticomix , an Advanced SugarCRM Partner, about a monthly webinar series focused on the Sugar Developer/Admin hosted by one of our most active Sugar Developer community members Jeff Bickart. SugarCRM Power Hour with Jeff Bickart…
  • UnCon is back again!

    Sugar Engineering is excited to announce that we are hosting another Sugar Developer exclusive event this year at SugarCon 2015. UnCon is back again and better than ever! We listened to your feedback and are changing up the format a bit this year. We…
  • How to avoid logging out a user when using their credentials via the new REST API

    Post originally written by John Mertic. I had this question come from a partner this week... Users can't maintain their two sessions of Sugar (One via the REST API, and the other their Sugar Instance) at the same time. Signing in to either one will always…
  • Extending View JavaScript in Sugar 7

    This article is aimed at beginning to intermediate SugarCRM developers who want to customize views in SugarCRM version 7. This does not go into detail about all the ins and out of creating custom views, changing metadata and handlebars, etc. This article…
  • Customizing prefill when users copy Records in Sugar 7

    I was recently asked how to change the values that get entered into the new record when a user copies an existing record. This post will discuss how to make a simple change to your module's record view in order to change how fields get prefilled into…
  • Let’s make a command line Sugar utility tool

    Post originally written by Jesse. When you work with something everyday, eliminating tedious and repetitive tasks not only improves your productivity but also helps your sanity. With Sugar, there are certain things we as developers are constantly doing;…
  • SugarCRM Cookbook - So you wanna override an endpoint

    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…
  • Write a dashlet that uses an external data source: the Football World Cup dashlet

    During the Sugar 7 Developer training sessions, the attendees often asked for more code samples to get up to speed writing dashlets. This blog provides a good template that could be used when writing a dashlet that will pull data from an external source…
  • SugarCRM Cookbook - Adding a REST endpoint

    Post originally written by sugarraagaard. So you've seen what the REST API can do and you want more. In this recipe we'll be covering how to create your own REST endpoint. Our sample endpoint is going to go beyond the filter API and give us a list of…
  • SugarCRM Cookbook - Let's get cooking with Sugar 7

    Post originally written by sugarmajed. Sometimes the best way to learn something is to dive right in and to get hands on experience. While there are several documents on developing Models, Views, and Controllers for Sugar 7, the core developers wanted…
  • RESTful Web2Lead Form

    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…
  • Creating Custom Filters In Sugar 7

    This article is aimed at beginning to intermediate SugarCRM developers who want to create custom filters in SugarCRM version 7. This does not cover the custom filters that users can create for themselves. Those are stored on a per-user basis and are not…
  • UnCon 2014 - Come Hack side by side with Core Engineering!

    Post originally written by sugarmajed. We are pleased to announce the return of UnCon ! Sugar is more than just a CRM – it is also a platform where developers can build all sorts of custom widgets and integrations to popular 3rd party applications and…
  • Developer Tutorials (UnCon 2017)

    Tutorials Tutorial: Intro to the Sugar REST v10 API Tutorial: Building custom apps using the Sugar mobile SDK Tutorial: Building chart dashlets and data visualizations using Sucrose Tutorial: Building code customizations for Advanced Workflow…
  • Extending Sugar 7.1.5 Record View

    We often get asked how to extend the Record view in Sugar 7. The Record view in Sugar 7 is one of the more complex views in the application so extending it can be a little tricky. The examples below are based on Sugar 7.1.5. The first question I would…
  • Sucrose Bubble chart customization in Sugarcrm

    I have to integrate sucrose bubble chart in Sugarcrm. I don't know how to integrate sucrose bubble chart in Sugarcrm. It will be helpful if there is any document or process for this. Let me know if there is any link or document for integration.
  • Show field label at left/right of inputbox/valueoffield in detail view.

    I added 'labelsOnTop' => false in record.php file of opportunity to display field label at left of inputbox or at right of inputbox. But it is shows label on top of inputbox. is there any other setting to achieve this?
  • Apply initial filter based on other field value

    I have a field which lists all Accounts, and have a filter to choose only parent accounts. Here I have a drop down field in which if I choose one option then only I need to apply the initial filter on the Account field. If I choose other drop down values…
  • CLI tool to transfer system data between environments

    Today I wanted to share an useful tool that I built few months ago to work across environments of the same instance. The CLI System Data is a command line tool built to simplify some of the data transferring tasks between environments of the same system…
  • Bulk Upsert REST API for data loads and integrations

    The goal of this sample code is to be able to create and update big amounts of data quickly, by leveraging only REST API for integration and initial data load purposes for on-site implementations. The code implements a POST based bulk upsert API for Sugar…
« 2 3 4 5 6