Patrick
Wed Jun 14 16:51:02 CDT 2006
You can full implement what you want with a workflow rule, but it will
require you to write on workflow assembly (with the SDK). This assembly would
check the first order condition, the workflow rule could than do whatever you
want to do.
--
Patrick Verbeeten (MCSD)
Lead Developer
Aviva IT
Web: aviva-it.nl
"Frank Lee" wrote:
> You will have to be creative on this one since you can't trigger a workflow
> based on a sql query result - this will be a good feature request.
>
> See if this logic will work: If the Account is a "Prospect" relationship
> when the order is taken then it is a "first order" otherwise, if it is a
> "Customer" then is must not be a first order.
>
> Does the above logic work for you?
>
> Results of Advanced FindFrank Lee
> Workopia, Inc.
>
http://spaces.msn.com/microsoft-crm/
>
>
> "Prity" wrote:
>
> > Thanx for the quick reply.
> > But i want to create an activity for only the first order of the
> > customer
> > how do i detect that this is customer's first order
> > it would have been pretty easy to achieve this with a sql query
> > but cant get it with workflow rule
> >
> >