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

Auto word merge email attachment
I am wondering if anyone on the boards has any good ideas as to how I can approach this problem. We want our Sales Reps to be able to send our NDA's to potential customers with just a click of a button. I envision a custom link or button on an opportunity that when clicked could use our standard NDA (MS word format), merge in the appropriate fields (Customer Name, Address, etc) and then attach the word file to an email. The email could be a standard Salesforce email or it could simply open up an new Outlook email (using some javascript and mailto link). In either case all the Sales rep would need to do is click send. Does this sound possible? If so what would be my best approach to building something like this?
One easy solution is to leverage the existing Salesforce Word-based mail merge capabilities. This ulitmately opens a mail merge doc in Word on the user's desktop. A simple macro could be installed in Word that would automate Outlook to send the doc as an attachment if you want a one-click solutiion from that point.
Mike
Hi cmarz_1
Did you manage to find a solution for generating NDA for your sales reps?