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…
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 …
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…
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…
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…
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…