• Sidecar nesting partials

    Since sidecar is using handlebars I thought it wouldn't be a difficult task to create a ul/li structure with multiple levels. I was so wrong. For some reason I need to use a sidecar specific 'partial' helper that retrieves the partial that I need and…
  • this.model in quote-data-group-list does not have relate field from record.php

    Hello, I've been struggling to figure this one out and wondered if anyone had any ideas. We have a requirement to make a relationship between products and Tax Rates, selectable in the 7.9+ Sidecar quote-data-group-list.php view. Here's a brief outline…
  • Set relationship dropdown via javascript controller

    Hi everyone, I'm trying to set a relationship dropdown on the "One" side (One-To-Many relationship) in the create javascript controller. With relate fields I'm able to simply do this: this.model.set('account_c', accountName); this.model.set('account_id_c…
  • Module record pages not working with code following the new Sugar standards

    Hello. I'm using SugarCRM 7.8 Enterprise Edition. I have a package for the module 'Opportunities', which I need to update some javascript / sidecar code to make the CRM updatable to version 7.9, according to what Sugar said in a Internal Case I opened…
  • How can I run a function when a parent Record View function runs?

    I am building a customisation that extends a view ( BaseProductBundlesQuoteDataGroupListView ) that already extends the BaseRecordView and I need one of my custom functions to run after a new record is saved. I've found that there are save() and handleSave…
  • Custom Field - Mobile - Problem

    Guys, I created a new type of field has been implemented in Desktop version correctly , but is not visible on the mobile version , there is some code that should be implemented more ? I follow the tutorial below , but it seems that something is missing…
  • How can I render a Sugar datetimecombo field anywhere with Sidecar?

    I have a custom block on the page and I want to use the Sugar datetimecombo field there for date and time selection like this: How can I render a field like that somewhere else in my customisation javascript files? I also need to be able to set the value…
  • Sugar 7 - CreateView not working

    Hello. I'm using Sugar Enterprise 7.5 for production system, and 7.7 for test system. I need to change a datetime module field value in the page as soon as the page is loaded. It's for a custom module. The first solution was to use "calculated fields…