• 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…
  • Changing the number of previous studio layouts to save for a view

    Post originally written by John Mertic. There was a discussion recently in Andrea Ayer's Sugar Adminstration Essentials class about previous layouts are stored in Studio when changing how a screen looks. You can access it on an View edit screen by clicking…
  • 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…
  • 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…
  • How to link multiple records on relate to field selection

    I have one requirement i.e. I should be select multiple records from custom relate to field. Default behavior of relate to field : i can select only one record of related module. I have make changes to relate.js file. When my condition is met change drawer…
  • model.save() over write the full bean instead of just set fields

    Hello Folks, I have find out a big problem with sugarcrm. I have created the custom popup for Accounts module by following Adding a new popup view in Sugar 7.x Record View « Sugar Developer Blog – SugarCRM and it is working fine. Now Suppose I have Industry…
« 2 3 4 5 6