Search code examples
emailworkflowdynamics-crmdynamics-crm-4

Microsoft CRM 4.0 Workflow: How can I email a list of related Entities?


I'm building a workflow in Microsoft CRM 4.0 for an Entity E1. In this wf, I have to send an email. In the email, I have to print all entities of E1 that match certain conditions.

For example, it would be great the following mail:

Hi Carl, this is your list of account created until yesterday:

  • account1, info
  • account2, info
  • account3, info

Ho can I do it? It seems I can't!


Solution

  • You will have to code a custom workflow assembly to create this type of email.