Hi, I have an update plugin that needs the existing data in the form, but it looks like, it only capture the updated value, how do we get the non-updated values?
*This post is locked for comments
Hi, I have an update plugin that needs the existing data in the form, but it looks like, it only capture the updated value, how do we get the non-updated values?
*This post is locked for comments
No, it's simply an alternative. You can register an image and CRM will do the retrieve for you(yet you can get preImage and postImage)
Or you can do something like this:
var record = service.Retrieve(target.logicalName, target.Id, new ColumnSet(true));
Hi, Alex,
To do service.Retrieve with ColumnSet, I still need images, right?
Here is a link:
community.dynamics.com/.../pre-image-38-post-image-explained-33
(or you can always do service.Retrieve with ColumnSet(true) )
Hi
You need to use image to get all other data (which ever is needed).
http://www.inogic.com/blog/2010/07/pre-image-post-image-explained/
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,305
Most Valuable Professional
nmaenpaa
101,156