Hi,
We are trying to create a dashlet to pre-fill contact fields with data from an external source. This works for first name, last name, phone, etc, but for Email, it does not work properly. It works when I go to the create view, refresh the page …
We have a custom view for contacts which we have set up with a controller and templates to show a read-only "report" for the contact.
We added an action button to the record view to load the custom view. This is working OK.
Now we would like to add…
Does the sidecardevtools plugin work with Sugar 13?
It does not seem to recognize the sugar v13 page.
It works OK with v12.
I am hoping there is a "trick" to make it work?
I want to use the Page Structure tab to see which views are being loaded…
Hi,
I have created a new custom module. After a successful deployment, navigate to "Navigation Bar and Subpanels" where I need to manually move it from "Hidden" to "Display."
However, I want it to be displayed automatically after a successful deployment…
Hi All,
Is there a way to remove " portal_password " from the save request on sidecar? I have create a button to save custom fields on the contacts module, when I set the records to be saved and trigger the save function, this message bellow appears…
Hi,
I was wondering if anyone succesfully extended the MultiAttachmentsField Controller? I need to make a small change to the format function so the url that is generated is a bit different for some reason as soon as I make a new file custom/modules…
I have posted a new post with some Use Case examples on how to leverage the Sugar Framework to add additional functionality. What are your thoughts? Do you have more use cases I can add to the list?
sugarcrm.substack.com/.../-what-do-i-do-now
Hi There,
I am working on to show sidecar fields based on some cases of one of our module.
We are using below code :
({
extendsFrom: "MultiSelectionListView",
allowedFields: ["anml_animals_ii_inventory_item_1_name","type_2","test_type_c","timepoint_type…
Hello,
I have a module Inventory Item where I am showing a custom sidecar on creating records. Sidecar shows on related To Order request Item option and in the sidecar, I am showing other modules (Order Request Item) record lists. Afterload 20 records…
I installed successfully Sugar v10 on my local machine,
but when I try to execute yarn install inside the root directory I am getting following error:
error An unexpected error occurred: "cache.sugardev.team/.../d3-sugar-4.13.0.tgz : connect ETIMEDOUT…
Hi,
I have upgraded an old custom module from Backward Compatability mode to Sidecar. To ensure that I am not missing anything, I want to run the UpgradeWizard.php file as mentioned here . However, the file is not present at all in the development…
Hello folks,
does someone know a way to extend the alert view controller?
There is already a registered bug regarding this issue: https://portal.sugarondemand.com/index.php#supp_Bugs/bf747ba0-04db-11e7-9c6a-d4bed9b70c64 Taking a look at the code …
How can i create a custom view in the side pane of the sugarCRM portal (see image)? is it the same as with the base portal?(modifying/creating a JS controller, a PHP metadata file, and a Handlebars ) if so should i change: < viewdefs['base'] > to < viewdefs…
Hello, I want to improved the Contact subpanel for the account's module, by including an additionnal CSS property to highlight contact that do not "work" anymore for the account, ie the contacts marked as not primary in the relationship accounts_contacts…
I'd like to bring attention to a Sidecar function called createBeanCollection . I found it to be very useful for loading multiple Sugar records from a single module, as described well in Angel Magana's blog . The problem is that it is not mentioned in…
I need to correct a core Sugar bug and I want to do it in an upgrade safe way. The file I need to make a correction in is modules/Filters/clients/base/datas/model/model.js I need to comment out a portion of line 104 so that it will not perform the action…
According to the "Themes" documentation, I can change my primary button color by setting the following in my "custom/themes/clients/base/default/variables.php" file. <?php $lessdefs = [ 'colors' = > [ 'PrimaryButton' = > '#0F0' , ] , ] ; ?> In theory…
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…
In the List View filter of our Meeting module, there is an option to search by Related To field, where we can search by Accounts related to a Meeting (see image). At this time, when I click on "Search and Select", a list of Accounts opens where I can…
Hi, I would like to add a custom button to the opportunities module that makes a call to a custom endpoint that I created inside Sugar The endpoint requires authentication, so I was wondering what would be the best way to call this endpoint from within…
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…
Hi All, Just a quick question here about Sidecar's save() function. I'm effectively doing the following via Sidecar: var accountBean = app . data . createBean ( "Accounts" , { id : this . model . get ( "billing_account_id" ) } ) ; accountBean . fetch…