Question

I'm trying to find a way to create cycle in MS Dynamics CRM using Workflow functionality.

But so far it seems to be impossible out of the box. Is it possible to implement cycle functionality using custom workflow activity?

If yes, so then how?

Était-ce utile?

La solution

If you want to iterate inside a workflow the related records (for example all the contacts that belong to an account) you need a Custom Workflow Activity, and it already exists:

CRM 2011 Distribute Workflow Activity

Autres conseils

You are right, it's not possible out of the box. You need to write a Custom Workflow Activity to do this.

This blog post has information on how you can write a custom workfolow activity: http://dynamic-crm.com/custom-workflow-activity/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top