• 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…
  • ExternalResourceClient Returning no response

    Hello All, I am using ExternalResourceClient with GET method with Bearer token to replace curl coding. URL and AuthKey are working on Postman. Also, POST Method on ExternalResourceClient is working well. But GET method on ExternalResourceClient…
  • Redirect with SugarApplication:redirect()

    Hello, I saw here on the forum how to use SugarApplication:redirect() in php code for redirection, but when trying to use it I was unsuccessful. I tried in a few ways: SugarApplication :: redirect ( "#Leads" ); SugarApplication :: redirect …