• Search filter in sugar url / link

    Hi, I have a webform pre-populate with a phone number. All i need to open a sugar contact module detail / list view that match this phone number. So i need to generate a link that filter my contact module with this phone number. I know old version support…
  • Sending Info to a specific endpoint

    Is there a way to send a notification after an event has been trigger to a specific endpoint?(other than mail) Basically like an auto-reply when someone creates a ticket/case but instead of receiving a notification notification by mail, send the notification…
  • want to insert into another module's Table.

    Hi Team, I have added a custom button on custom entity next to SAVE and CANCEL. On the click of custom button i want to pick some value from the FORM and want to insert into another module's Table. What is right way to achieve it. Thanks in advance. Regards…
  • Extending the moduleapi endpoint does not work

    if you put this in custom/clients/base/api/CustomModuleApi.php <?php if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); require_once("clients/base/api/ModuleApi.php"); class CustomModuleApi extends ModuleApi { public function registerApiRest…
  • Update data in response of SugarApiExceptionEditConflict

    We want to show custom data for selection on click of Save button. We have our logic in before_save logic hook. We are trying to throw SugarApiExceptionEditConflict but not able to pass data which we want to show for selection. Is any one know how to…
  • web portal stuck in loading

    recently i've made a development instance copying the production instance and changing the URL and certificate, everything works fine and i can visualize all the admin portal from the browser, but whenever i tried to enter from the customer portal ,it…
  • What you need to know about the new SugarIdentity service!

    The 'idm_mode' config setting was moved out of config.php and into the database. It's now necessary to update the config table to disable this setting for a local backup. Instructions updated below. Those who have been around a while will know that SugarCRM…
  • How to build an External API Dashlet

    On October 28, 2019, we conducted a webinar on the topic of How to deploy code to SugarCloud using Module Loader . In that presentation, we demonstrated a Module Loadable Package that would do 3 things: Modify the UI via custom.less Add a post-install…
  • Doubling Sugar application performance

    Impatience is a virtue Larry Wall (the inventor of Perl ) is credited with identifying the three great virtues of a programmer: "laziness, impatience, and hubris." These virtues are usually shared with a wink. For example, a programmer's "laziness" will…
  • How to use Amazon EventBridge with Sugar

    Hi, my name is Julian Haresco and I am a Software Engineering Intern at SugarCRM. I am going to be a rising senior at Purdue University majoring in Computer Science with a focus in Machine Learning and Software Engineering. This summer, I was given the…
  • Integrating Sugar with a CMS using REST APIs

    SugarCRM strives to be the "No-Touch" CRM . One of the most important steps in making this vision a reality is to integrate Sugar with systems that customers uses to engage with organizations. For example, if a customer has been recently complaining about…
  • Integration Best Practices Break Out Session at SugarCon 2018

    Hello! I'm Justin Kuehlthau ( @justinkuehlthau ), Director of the Sugar Practice at Technology Advisors ( Technology Advisors, Inc. ). This was my 8th SugarCon and this year I was lucky enough to be selected as a Sugar Scholar! I learned a lot about the…
  • The Sugar REST API adds support for OAuth 2.0 bearer tokens in Fall '18

    You’ve been asking for it. We’ve been listening. We're improving our support of OAuth 2.0 standards by adding support for RFC 6750 bearer tokens in the Sugar Fall ‘18 release. So what's changing? You’ll still authenticate to get the access token the same…
  • Why SugarCRM developers should care about Data Privacy and GDPR

    Please don’t hate me. It’s not really my fault. I am sorry to say that every single Sugar developer needs to care about the General Data Protection Regulation (GDPR) and data privacy in general. It is a sign of the times and part of the interrelationship…
  • 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…
  • New tutorial!  How to register custom platforms in Sugar instances

    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. If you have a REST…
  • 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…
  • How to fix Sugar input validation failures

    What is the Input Validation Framework? The Input Validation Framework is a centralized security framework used to validate that external input is provided in the expected format. Validating user input is critical because it is the basis for generated…
  • SugarCRM Cookbook - SugarQuery - The Basics

    Post originally written by Jim Bartek. UPDATE October 3rd 2017 Removed references to compileSql() function which was deprecated and removed in Sugar 7.9. You have found yourself in a bind, and you need to query the database directly. There is no other…
  • 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…
  • SugarCRM Cookbook - The School of REST - Part 1

    Post originally written by sugarmajed. Welcome to the School of REST - our first installment in the Sugar 7 Cookbook Series! We've always believed that DATA belongs to you and it should always be accessible to you! With Sugar 7 we've added a completely…
  • SugarCRM Cookbook - The School of REST - Part 3

    Post originally written by sugarmajed. This is the final section of the School of Rest. We'll be covering filtering on relationships as well as Global Search, Favorites, and Deleting records. We've already created our Account "Burger Palace" in Part 1…
  • SugarCRM Cookbook - The School of REST - Part 2

    Post originally written by sugarmajed. This is part 2 of 3 of The School of REST. In Part 1 we covered creating our Account "Burger Palace" and using the filter API to get just the records we wanted. Today we'll cover retrieving records, creating our…
  • 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…
  • 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…
« 2 3 4 5 6 »