-3

In plugin i used services but when should i go for Messages like Retrieve and Retrieve Multiple

  • Does this answer your question? [Dynamics CRM 2011 Plugin Retrieve and Retrieve Multiple](https://stackoverflow.com/questions/15048688/dynamics-crm-2011-plugin-retrieve-and-retrieve-multiple) – Arun Vinoth-Precog Tech - MVP Nov 11 '19 at 22:10

1 Answers1

0

When we want to intercept and alter the responses back to the use for a query.

For example you could remove certain fields or make your own "calculated" field in a plugin.

Kevin Ross
  • 7,185
  • 2
  • 21
  • 27