Many a times we come across situations where we accidentally, delete a particular record and wish to recover that record back in CRM. This is possible only if you have “Auditing” enabled for that respective entity. So from the audit history we can re-create deleted records in CRM.
Let us take an example, supposing some records were deleted today and needs to be recovered.
//fetch XML for retrieving auditing records which were deleted today
string fetchXML = "<fetch...(read more)
↧