• Can you gather information from a Meeting and place it into an Advanced Report?

    Hi guys, I have a question...is there anyway to create an Advanced Report for information logged into a meeting for instance? I am trying to create a Custom Query to select the data entered into a meeting but I can't seem to gather the information to…
  • MySQL error 1062: Duplicate entry ' ' for key 'PRIMARY'

    I am getting a MySQL error regarding a duplicate entry when using the following code. <?php array_push($job_strings, 'list_refresh'); function list_refresh() // This function adds any new contacts on present day into the target list, runs daily. { $db…
  • SQL Queries in v11

    Hello, In previous versions of the SugarAPI (v4, v3, etc.) it was possible to perform SQL queries as part of calls to get_entry_list, though I don't see any similar functionality in v11. Is it still possible to perform such queries when requesting records…
  • Simple logic hook Error 500 on On-Demand

    I created a namespaced before_save logic hook that queries the DB for the largest number in a custom field, increments the result and sets that on the record when a new opportunity is created. It works perfectly on On-Premise, but responds with an Error…