• how do I get curren contacts module record.js for upgrade version 9.0.1 to 9.0.6 ?

    [2024-07-09T07:07:03+00:00] INFO => F: [Issue 110][red][useOfAppViewInvokeParent][562][useOfAppViewInvokeParent] Use of removed Sidecar app.view.invokeParent method in custom/modules/Accounts/clients/base/views/recordlist/recordlist.js ({ extendsFrom…
  • For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • Bulk model.save() operations?

    I've been looking through the Backbone documentation and sidecar/src, but I can't see a way this can be done. We have a custom view with a tree/table view that combines multiple custom models and inline editing/calculation rollups. Dirty models are…
  • 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…
  • Multiselect field with dynamic values

    I think it is important to start by saying that I am in an instance with a SugarCRM Professional 9.0.0. I have an Account with a multiselect field called "Account Materials". Also I have a Meetings with a multiselect field called "Meeting Materials".…
  • Can't access fields in view controller

    I'm having a problem accessing field values in a view controller. I have a controller for the Resources record view that takes a value from a dropdown and sets the value of a field depending on the dropdown selection. It looks like this: // custom/modules…