Wednesday, January 11, 2012

Pre-Image & Post Image in CRM plugin

Plugins in Dynamics CRM, allow you to register images against the steps of a plugin assembly. Images are a way to pass the image of the record that is currently being worked upon prior or after the action has been performed. In general it could be said, it is the image of the record as is available in the SQL backend.

Two types of Images are supported, Pre-Image and Post Image.

In case of Pre-image, you get the image of the record as is stored in the SQL database before the CRM Platform action has been performed.
Post Image, returns the image of the record after the CRM Platform action has been performed.

The following table explains the Pre-Image Availability

The following table explains the Post-Image Availability
  

3 comments:

  1. nice !
    but still you need to explore more on images during plugin registration.


    gangs

    ReplyDelete
  2. Thanks

    If u know the post and pre-image in detail please let me also know ..

    ReplyDelete
  3. is it possible to used with Setstatedynamicentity message

    ReplyDelete