Get audit history records of any entity record as per CRM view

后端 未结 3 612
情深已故
情深已故 2020-12-18 01:59

I want to display all audit history data as per MS CRM format.

I have imported all records from AuditBase table from CRM to another Database server table.

3条回答
  •  既然无缘
    2020-12-18 02:16

    It is not possible to reconstruct a complete audit history from the AuditBase tables alone. For the current values you still need the tables that are being audited.

    The queries you would need to construct are complex and writing them may be avoided in case the RetrieveRecordChangeHistoryRequest is a suitable option as well. (See also How to get audit record details using FetchXML on SO.)

    NOTE

    This answer was submitted before the original question was extended stating that the RetrieveRecordChangeHistoryRequest cannot be used.

提交回复
热议问题