Skip to main content
1-Visitor
September 20, 2012
Question

Attach a file in an email trigger

  • September 20, 2012
  • 1 reply
  • 2681 views

Does anyone know if its possible to take a file from an attachment field and attach it in an email through a trigger?

    1 reply

    16-Pearl
    September 21, 2012

    Hi David,

    in the JS triggerscript I'd try to fetch the ScriptAttachmentBean via the ScriptIssueBean (or ScriptIssueDeltaBean depending on your trigger context).

    The ScriptAttachmentBean offers a getContent() method, that seems to represent the actual attachment file.

    The rest depends on your email setup.

    HTH Matthias

    16-Pearl
    October 3, 2012

    Hi David,

    Did Matthias suggestion help?

    This feature is not something built into the core product, and would definitely require the use of Trigger API calls to achieve. I do know that some customers have implemented this behavior.

    Services could certainly do this sort of functionality for you.

    Regards,

    Kael