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…
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. Mike Russell Getting error => Export Type Does Not Exists My code is, require_once ( 'modules/Reports/Exporters/ReportExporter.php' ) ; require_once ( 'modules/Reports/templates…
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.…