Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

I have been WAITING for Email in Drawloop for about 2 years now. Yep 4/12/2014 is when I specifically requested it from Drawlop. So, does it work. Let's see. Here is the blog post. Here are the help docs.

Scenario

You know how HTML Emails in Salesforce are completely ridiculous, right? Well Visualforce emails are great (See Emails), but they are a lot of work, and people who don't know HTML are scared off by them. (Oh, and I don't do VF Emails with Apex Controllers - just the standard controllers, so it's not like there is deployable code or anything).  

I have really extensively coded VF emails that have lots of If / Then statements - IF this field is true on the record, then show this paragraph etc. This is for event management and they need to know lots of different things that are different about every event. So some "flags" are on the Contact, some on the Campaign and some on the Event Registration object. 

Now, If / Then statements in Word are going to be just as complex, but Drawloop now has the Component Library I'm going to see if this makes it easier. But what's the bet you can't have merge fields in components. And what's the bet that the word formatting is going to interfere or be different to the HTML formatting. 

Rules

Here are my rules for emails. 

  • NO CALIBRI - make your document plain Arial BEFORE you start. Modify the Normal Style. Go for Arial 10. 

Setting up the Document

  • The blog post says nothing special is required. The help doc says include all your text in a single cell table. 
  • The help doc says images must be embedded in the file - hmm, I hope that means I can merge images in. I need my letterhead logo. 

 

Images

 Oh FFS Images just don't work well.

  • Embed an image in the doucument - it doesn't download in the email.
  • Use the Include Image from URL Syntax <<Contact_MyField__Image>> and it doesn't work
  • Use Link to File and include a publicly accessible image from Salesforce and it doesn't download in the email

HOW are you meant to include an image in your email? Grrr!

Email Subject

HOW DO YOU SET THE EMAIL SUBJECT?

There is no option anywhere to set the email Subject?

How can you auto send this email without a Subject?

How can you include merge fields in the subject without a Subject?  

Steps

  • Use the wizard to create a basic DDP - oops sorry, Document Package now. 
  • Set the document properties to send as an Email Body - this is the main thing that makes it an email. This is in that weird cog icon in the weird flash based part of the screen. I do hope they fix this in Lightning. 

  • Add a few fields to your word document and re-upload it. 
  • Read the instructions - set the word document as the Email Template - IMPORTANT! 
    • The Select Email Template screen has now changed, and you can choose a document or an email as a template. Cool. 
  • Test the email. 
    • And NOPE, I get an error and can't continue. 
    • Include this Error Id if you contact Drawloop Support: 68bf795f-17c5-4d1e-8017-32c9df895687
    • Off to Drawloop Support. 
    • Of course I could not let this go, and tried and tried again. 
    • It works from Contacts. So let's continue working this from Contacts.
  • And as I thought, it's UGLY. UGLY. UGLY. 

 

PDF

The file is STILL attaching as a PDF even though I have asked it not to. AND The PDF is 0kb and is not downloadable so it looks really terrible, like you are sending a phishing scam. 

I have tried

  • Ensuring Output Filename is not entered
  • Ensuring Email as email body is selected
  • Ensuring that Document Output Type on the delivery option is not entered.

NOTHING. THIS DOES NOTHING!

  • I tried to Dynamically Include Template Files - it caused an error.
  • I even tried Optional and it said it must be included, so that's why the Dynamically included did not work.

HOW DO YOU NOT GET THE FILE TO ATTACH?

ARE YOU MEANT TO DELETE IT EVERY TIME? So NO Automated documents then?

 

OK, I give up. You can sort of send an email, but it is no better, well actually worse, then a bog standard HTML Email template. Granted, I haven't tried complex editing scenarios, but if I can't get a stupid logo in the top of my email, It's just not going to happen is it. 

 

So, let's try these Reusable Content chunks shall we? Let's see if we can get further with these. 



 

 

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.