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