I created a plugin; Post-Operation (40) on the Update Message.
I make my changes that are valid to a single field (Replace a value with 100).
When the record is saved, the field is not updated, so I added the line:
service.update(account);
But this gives me a Plugin error.
How should I save changes on the Update Message of a Post-Operation plugin?
*This post is locked for comments
I have the same question (0)