• 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…
  • Regarding supported version of MySQL

    Dear All, Sugar version 9.0 1 supported MySQL version 8 in windows 10 ? Please suggest as soon as possible.
  • Change Meeting/Call Reminder Template to include Description value?

    What variable am i to use to add the meeting 'description' to the template? My change looked like this: <!-- BEGIN: MeetingReminder_Subject --> Meeting Reminder - {MEETING_SUBJECT} <!-- END: MeetingSpecial_Subject --> <!-- BEGIN: MeetingReminder --> Title…
  • Upload directory contents

    Let me preface this post: I don't know anything about this at all. Because I don't know anything, I am hoping my ignorance may somehow luck into outside of the box thinking. My customer's file storage is huge. We've determined that the Upload…
  • Allow for multiple CRONS

    You would be amazed at the number of issues people have with the single cron. In my main instance we have over 200 scheduled jobs. They are a mix of standard, critical and huge jobs. Some are just plain critical like Inbound EMail and some run a long…
  • Can a logic hook send or receive data?

    I am trying to send an AJAX to a loogic hook to get the id of a newly created Case, but I am not getting an answer, also and I have been trying to do it by CURL towards another php but I am not getting any answer either, is this possible or not?. Thanks…
  • why doesn't work the 'include(config.php)'?

    Hello everybody I am sending data by ajax from a custom module to make inquiries with the data sent, so I include a connectionDB.php with this data: include('config.php'); $db_host_name=$sugar_config[dbconfig][db_host_name]; $db_user_name=$sugar_config…
  • How do you add js to a record edit view in Sugar 9.0?

    How do you add js to a record edit view in Sugar 9.0?
  • How to place Dashlets on a 'Detail View' screen?

    The question states it all: I just need a way to replace a 'Detailed View' to a Dashlet. In my situation, what I need to do is essentially create a relationship (check) between two separate modules (check) and then take the result of this relationship…
  • Sugar rest api using Request-Promise

    I am trying to consume Sugar Rest API using Request-Promise. Below the sample code for doing so. import sugar from 'node-sugarcrm-client'; import rp from 'request-promise'; function fetchAccounts(){ var apiURL = " http:// <<suite-domain>>/service/v4_1…