Reputation: 21
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!
Upvotes: 2
Views: 1494
Reputation: 5362
Yes. Register a preimage
snapshot of your entity against the step in your plugin.
Upvotes: 5