You need to sign in to do that
Don't have an account?

use ref ID to link email to custom object in salesforce
I've read every post I can find on this topic and have followed the instructions in each. I used the formula below and have the RefID populating correctly. However, when I test via email to/from the custom object and to/from my mail client, nothing attaches. Any help in getting emails to attach to a custom object would be very much appreciated.
"[ref:00D"&MID(Id,4,1)&RIGHT($Organization.Id, 4) &"."& LEFT(Id,4)&RIGHT(Id,5) &":ref]"
"[ref:00D"&MID(Id,4,1)&RIGHT($Organization.Id, 4) &"."& LEFT(Id,4)&RIGHT(Id,5) &":ref]"
Thanks!