I want to add new field on my custom form. It should be 'Lookup' type and with target record type 'Email template'. By default, CRM 2011 doesn't contains this entity in target records list.

Any suggestions?

Thanks!

link|improve this question

I think this might help you stackoverflow.com/questions/8940170/… – Anwar Feb 8 at 18:47
Thanks but it doesn't help. I need to relate case with email template on some way. It would be ideal to just create lookup field. – lazarus Feb 9 at 9:41
feedback

1 Answer

up vote 1 down vote accepted

I don't think you can do what you are looking for in that manner. If your goal is to ultimately send and email using the template you would have selected in your Lookup, you might try replacing it with an Option Set with values relating to your templates. Then in a workflow, you could check which item was selected in a Check Condition and then for each call the Send Email action specifying the template that corresponds to your selected value.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.