|
Notes:
activesalesforce-1.1.6 has support for EmailHeader now. Usage examples:
Contact.connection.binding.trigger_user_email = true
Contact.connection.binding.trigger_other_email = true
Contact.connection.binding.trigger_auto_response_email = true
all of these are false by default to be consistent with the sfdc api.
Changes:
|