Tech Support > Microsoft Windows > Windows CRM > Access to the "Created by" of an object in Workflow rule
Access to the "Created by" of an object in Workflow rule
Posted by Eric on November 21st, 2005


Hi,

CRM 1.2:
I'd like to know if it is possible to access the "Created By" attribute of a
Case in a Workflow rule?
It is not in the list of attributes...

Thanks
Eric


Posted by MattNC on November 21st, 2005


To add this field into a workflow email try &incident.createdbyname;
--
Matt Wittemann
http://icu-mscrm.blogspot.com


"Eric" wrote:

Posted by Eric on November 22nd, 2005


Thanks for the tip!

I was more intereted in using it within a rule in something like:


if
{
incident.createdbyname = "eric"
action
}

Is that possible? (and in CRM v3?)
Thanks
Eric


"MattNC" <MattNC@discussions.microsoft.com> wrote in message
news:46064731-6B0B-49A8-B052-99EBC9338108@microsoft.com...