问题
I have an Aynchronous Post-Operation plugin runs on an Update step. Now my challange is to find original values for the fields that the user is updating. Since it is post-operation step, is it possible to find the previous value fields that were updated?
Thanks!
回答1:
Yes. Register a preimage
snapshot of your entity against the step in your plugin.
Pre and Post Entity Images
来源:https://stackoverflow.com/questions/10178824/crm-2011-async-post-update-plugin