• Visually mark your Dev, QA and Production servers

    We have 4 different sets of servers on one of my SugarCRM Enterprise installs. We also have 4 people who do development, QA or Admin work so it is vitally important that everyone is aware of what server they are on. We all move among the servers all day…
  • Code completion in your Sugar development environment

    Code Completion I have finally gotten around to improving my development environment and I chose to start with code completion. I use phpStorm but I think everything here would apply to any editor out there. When Sugar went to the BeanFactory to instantiate…
  • Need to send emails from group email accounts?

    Hello Sugar Devs! My name is Patrick Sullivan and I am SugarCRM’s Escalation Manager. I live in Pennsylvania, USA and began my career at SugarCRM in 2015 as part of the Support team. As the Escalation Manager, my job is to drive resolution of critical…
  • SugarBean best practices for working with related records

    This blog by SugarCRM Technical Account Manager and Solution Architect Angel Magana is reposted with his permission. See Angel's Blog: SugarCRM: Related Data Interactions for the original post from Angel's blog. In this post, Angel explains some best…
  • Unknown platforms to be restricted in Winter '18 release

    In Sugar 8 / Spring '18, Sugar administrators can now configure API platforms using the Administration panel. The Platform extension is still available if you want to register a custom API platform as part of a Module Loadable Package. Sugar uses platforms…
  • 3 Tips for using the Sugar Metadata API

    What is the Sugar Metadata API? As you probably know, Sugar metadata encompasses the settings, data model ( Vardefs ), and visual layouts ( Viewdefs ) used by the Sugar application. The majority of changes made to Sugar using Sugar Studio, Module Builder…
  • Upcoming security changes to Sugar

    In our most recent set of security releases , we made some changes in Sugar that address input sanitization issues reported by a 3rd party security researcher. Conveniently, these issues can be addressed with the input validation and CSRF form authentication…
  • Register for the Winter '18 Developer Webinar

    The Sugar Winter '18 release is fast approaching! Hopefully you are as excited about the new Sugar UX as I am! As usual, Lauren Schaefer and I will be hosting a developer webinar to help get you and your customers prepared for the new Winter '18 (7.11…
  • A new Sugar UX coming in Winter '18

    SugarCRM is on a mission to empower our users to delight their customers. To that end, we are pleased to introduce the first phase of visual restyling, and give some tips on how to work with the new UX. Our process in developing the new UX Sugar 7 introduced…
  • Developing Sugar on Docker

    TLDR Developing Sugar on Docker , get up to speed now! The long version What are Docker containers? If containers for you are more than the two pictures below… then you are in the right place! As you might be aware, there has been and there continues…
  • How Sugar REST API versioning works

    Sugar v11 REST API In order to support some cool new dashboard features , we made some enhancements to our Dashboard APIs in the Fall '17 release. So we added a new REST API version, v11, in that release in order to ensure clients and integrations that…
  • Programatically manage Dropdown List

    Custom API developed in order to change/add/delete key's from a dropdownList This API have 2 ways to be called, that works for 3 different means: Add a new Key from a DropDown rest/v10/DropdownListKey/add Edit an existing Key from a DropDown…
  • Sugar Developer Tools

    Sugar Test Tools Certain Sugar Test Tools are only made available to existing Sugar Customers and Sugar Partners and their use is subject to the included Test Tools License. You are required to have a Github account and to be a current Sugar Customer…
  • HOW TO: enforce ACL on Tags

    As some may have noticed the Tags module in 7.7.x can be locked down via ACL but users whose Roles deny them Edit permissions on that module can still create tags. I am told this is as intended in the design. What if you want to avoid tag overload and…
  • Did you know? Copying related records is a breeze!

    I stumbled on this today and thought I'd share. Ever wanted to copy related records when using the Copy action from Record View? It's simple just add a vardef extension! For example, I have a custom oppp_OpportunityProducts module on Opportunities…
  • set sugar crm on local machine for free trial ?

    https://store.sugarcrm.com/download always pointed me to the profile page when I tried to setup on local . I am just trying to use for trial/ free purpose . is it possible , or do i need to purchse ?please suggest
  • Reports: Filter by related record count

    Hey Folks, I would like to create a report with a criteria based on related module record's count. For example, we have Accounts and related Opportunities, each Accounts have "N" number of opportunities related. Here, am trying to get all Accounts which…
  • How to fetch the details Accounts database table and list in an custom module

    Hi All I have a requirement of list the Accounts module details in an custom module and filters out the data. How to Create a custom module that fetch details from the Accounts module table in the same database ?
  • How to configure components Independently

    Hi All, How to configure various components Independently. Anybody can share a graphical representation of components like File system Web server Load balance DB Elastic search cache etc
  • Report section not working after extending sugar endpoint ReportsExportApi

    Report section not working after extending sugar endpoint ReportsExportApi. Mike Russell Getting error => Export Type Does Not Exists My code is, require_once ( 'modules/Reports/Exporters/ReportExporter.php' ) ; require_once ( 'modules/Reports/templates…
  • How to update options after sync in Javascript?

    Hi, we have a multiselect with some deprecated values. The deprecated values should be removed if not in saved values. This is what I tried in the module record..js: _filterLocations : function ( ) { var location_c = this . model . get ( 'location_c'…
  • Which CMS is best for using with SugarCRM?

    Hello! Does anybody here gave good experience with a CMS-System to connect with SugarCRM? Is there a CMS-System which is better to connect with? Maybe someone can share his experience with it. We want to transfer data from the CMS-System to SugarCRM which…
  • How to remove append contact multi email Save.

    How to remove or restrict multiple email insert in contact create . or I want to make Normal email field contact module. save only single email remove multi email save features or plus button. Thanks Mack
  • Defining the custom index in a Vardefs Extension

    HI All, I Just want to w hat is the purpose of defining the custom index in a Vardefs Extension and Is it any relation elastic search ?
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer
1 2 3 4 5 »