You need to sign in to do that
Don't have an account?
Alexandra Flinn
Attaching Individual File from Record to Workflow Email
Hi everyone,
I am looking to attach an individual file, from a record, to a workflow email that is sent when the record is created. I was told that this was not possible with standard Salesforce functionality, but was hoping that someone might have coded a trigger, previously, that would help.
Thanks!
I am looking to attach an individual file, from a record, to a workflow email that is sent when the record is created. I was told that this was not possible with standard Salesforce functionality, but was hoping that someone might have coded a trigger, previously, that would help.
Thanks!
As per your requirment you need to write an trigger on after insert event and need to move your workflow logic into trigger itself. By this way you can achive your requirement.