R – Microsoft CRM 4.0 Workflow: How to email a list of related Entities

dynamics-crmdynamics-crm-4emailworkflow

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!

Best Answer

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

Related Topic