vote up 1 vote down star

In salesforce.com, I have a workflow that triggers when a new case comment is added via the self-service portal. The workflow rule updates the Case.Status field, which fires another workflow rule on the Case object itself. The end result is an email to the case owner that is notified that a new case comment has been added.

However, I can't find a way of including the case comment itself in the email, so it's almost useless. How do I include the most recent case comment in the email template? I assume it's something like {!Case.CaseComment}, but I can't find it anywhere...

Help!

flag

4 Answers

vote up 0 vote down check

I know I'm stumbling across this way after the fact, but the answer is...

{!Case.Last_Case_Comment}

link|flag
Thanks - that was indeed simple :) – Allan Mertner Apr 2 at 10:59
vote up 0 vote down

Sorry.. Now I don't have enabled that checkbox and I'm receiving some notifications, but I want to personalize them. Do you know how to do that?

Thanks

link|flag
vote up 0 vote down

Hi, I enabled the "Notify Case Owner of New Case Comments" option, but it doesn't work... I don't receive notifications. Why can it be?

Thanks

link|flag
This is a closed question, you should create a new one for your specific question. – blu Dec 11 at 21:26
vote up 1 vote down

Wow, you're trying way to hard. Goto Setup -> App Setup -> Cases -> Support Settings and enable the "Notify Case Owner of New Case Comments" option.

link|flag
This is indeed the obvious choice. I have checked, and the option is checked... it just doesn't do anything. Perhaps it's time to open a ticket with their support team :) Thanks – Allan Mertner Dec 10 '08 at 20:33

Your Answer

Get an OpenID
or

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