• how to extend OutboundEmailConfiguration into custom folder?

    Hello, When we sudo login with users it create 1 duplicate record outbound_email entry. So when we check email listing it will show multiple recipients. I want to customize core module OutboundEmailConfiguration but It is not working when I extend…
  • How to update the list of items from the response in some fields ?

    1. I am calling an API on click of button. I am able to get response. Response Sample : { Item1, Item2, Item3, Item4 } 2.Now I want to put these values in some field (dropDownlist) where user can select it and use it. 3.I had no idea…
  • Report section not working after extending sugar endpoint ReportsExportApi

    Report section not working after extending sugar endpoint ReportsExportApi. Mike Russell Getting error => Export Type Does Not Exists My code is, require_once ( 'modules/Reports/Exporters/ReportExporter.php' ) ; require_once ( 'modules/Reports/templates…
  • Cannot add related Account and Contact to a Case record on a custom API endpoint

    I have a working custom REST API endpoint in Sugar 7.8 and I even created Note records to test that it works. This endpoint does not require authentication but sets the global $current_user to the system user in order to allow the use of BeanFactory.…