Custom Process to send email based on custom field value
Content
Posting on behalf of a fellow developer:
I would like a custom process that sends a mail message to a contact based on a particular record’s field value. The root object is Incident. The mail message has an attachment that is retrieved via a curl SOAP request. I also would like to have debug logging so I can trace where my custom process is breaking. Everything works in the Test Harness, but fails without a trace when run from the application. Please assist.
class IncidentCP
implements RNCPM\ObjectEventHandler
{
public static function
apply( $run_mode, $action, $incident, $n_cycles)
0