• The Products "Subpanel" on Quotes

    I need to run a script when an item is Saved on the Quote. So you pick a product from the dashlet, it is added to the SubPanel and then you click on the green button to save it. As it is saved I need to check its 'product_template_id' and if it is one…
  • How to do a validation that requires an API call

    I want to add a validation to make sure the email address added to a record is unique. This, of course, requires an API call to go check the current email address to all the others. The problem is, in my validation function, by the time the API call returns…
  • JS errors in local installation

    Hi All, I've just upgraded my local Sugar instance (on vagrant VM) from 8.2 to 8.3. I'm now seeing JS errors when I open the Scheduler list view in Admin, as shown in the image below. When I click on a scheduled job record, it opens with a new set of…
  • Field validation doesn't have enough time to run

    I'm trying to create a field validation in the Opportunity module that will throw an error when a user tries to change a commit stage from Upside or Commit back to Funnel. When the error is thrown, I expect the commit stage field to be highlighted and…
  • Attributes.metadata missing in SugarCRM 8.0.0

    If you examine Sugar 7.8.2.2 using Chrome's DevTools, you'll see that there are many attributes under App.controller.layout.model.attributes , one of those being metadata . If you examine Sugar 8.0.0 the same way, there are much less attributes available…