
I have an update plugin and I use a preimage as well, I have been asked to change the msg from update to reschedule but I don't understand how do I get the img data ? or is the target just passes all data in this case ? How to use reschedule?
Hi,
Reschedule is message supported for Appointment entity.
docs.microsoft.com/.../microsoft.crm.sdk.messages.reschedulerequest
It contains Target as input parameter which will give you only updated fields.
docs.microsoft.com/.../microsoft.crm.sdk.messages.reschedulerequest
You can use same approach as your previous plugin to get imgae data.