• How to re-render the "record view" of a quote after a background processing triggered by a button ?

    Hi, I am facing a problem that is maybe easy for some of you on the quote module, I created a custom button when triggered, a custom API is called a part of this API process is to reorganize the Quote Line Items My problem is the following…
  • 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…
  • dashlet for contacts focus dashboard

    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…
  • reports filter querystring

    Our client has a "summary" report which lists revevant records. They want us to add a link to each row to a "detail" report for that record: we would need to link to the REPORT URL and pass querystring values to pre-populate the filters. Is this possible…
  • reports varchar link

    I have added a custom field to a custom module so it can be shown in reports. The field contains a link to a report (with query string values added with the intention of setting the filters with those values) The field currently shows on the report…
  • sidecardevtools and Sugar 13

    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…
  • When user resizes a textarea the WIDTH and HEIGHT get set in the STYLE attribute

    Presumably there is some javascript somewhere listening for some event/s that causes the STYLE to get set? I would like to listen to the same event/s so that we can set the STYLE for the containing DIV so that the resized textarea does not over or underlap…
  • Anyway to refresh the Quote screen when adding Product?

    Hi everyone. I'm trying to refresh the quote screen once a new product line is added. I can "force" this change by adding a checkbox and once that checkbox is ticked then it runs this.model.fetch(); which works fine. However I want to automate this…
  • How to Menu name display after successful module deployment

    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…
  • Dynamic value set via Ajax in Accounts/Any modules in create page, But If click save button automatically got erased.

    $("input[name=name]").val('test'); when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
  • Add JS API call to menu.

    Hi, I have a sugar API endpoint (GET) that pulls a processed set of meetings records as CSV - using date parameters. I can call this using the standard sugar password grant type from an external client. However, I would also like to integrate this into…
  • tinemce sugarcrm not able to get html editable field value

    0 i have configured tinymce in sugarcrm by following docs https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.0/Architecture/TinyMCE/ in record.php array ( 'readonly' => false , 'name' => 'internal_notes…
  • Dashboard Order Moving on its own

    The Dashboard order on Universal Dashboard and Record View Dashlets are moving back to its original position. We tried to change the dashlet position with the help of drag and drop option it got saved and whenever we came back it does not persist its…
  • How to trigger copy function to display a drawer with the parent values on the drawer after save on sidecar ?

    What I am trying here is to replicate copy function that run from the click on copy. is that possible ?
  • I want to have a window pop up after a task is saved

    I want the user to save a task and ifs its a certain task type (a custom field) then I need a popup window with the ID of the task on it like https://www.whatever.com?id=TASK_ID This window has info for the user to fill out on another system so I…
  • ActionButton calling custom scripts

    I like the new ActionButtons you can create in sugar 11 using studio and then place them anywhere like you do a field. the problem I have is it would be great in we could call custom scripts in records.js when the button is clicked. Has anyone found a…
  • Automate the status change of inbound emails

    By default, the "Email Status" of Inbound emails are set to "Unread". I'm hoping to get some ideas on how we can automate the status change when the following actions are taken: Change the status to "Read" when the assigned user goes to the detail…
  • App Alert show does not work

    Hi all, I added a new file custom/clients/base/views/merge-duplicates/merge-duplicates.js to my code to extend the Merge Duplicate Process with some logic. My logic is running fine, but I also want to display an Alert message for the user before my…
  • Adding Custom JS and CSS to Contacts Create page

    I'm a bit new to SugarCRM so I'm looking for some guidance in the right direction. I currently have a sandbox sugar cloud instance that I am attempting to load a custom module in. I am attempting to add an "address autocomplete" feature to the Contacts…
  • Copy quote make fields editable / update calculated fields

    Hi, for a customer who uses the quotes module a lot we want to be able to copy an existing quote and update the products on the copy with new data from the producttemplate ( they change prices etc on the producttemplate, they don't create new templates…
  • I want to have alert notification on logic hook.

    I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition) class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) { //Check If Customer ID…
  • 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…
  • making a request on Sugar Portal

    I'm trying to make a request from sugar portal from a custom field controller to retrieve a record of Od_One_Drive module but it throws me an status 404, I check it out and it does exist, I change permissions of this module but it's the same, do I have…
  • add company name to Contacts results when adding a new relationship o type One to Many.

    When adding a relationship between Module X and Contacts we see only Fullname, in several cases multiple contacts share the same name. I would like to customize these results that it would show also a custom field next to the fullname. I have modified…
1 2 3