Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

RetrieveAttributeChangeHistoryRequest Does not Returns Incomplete Data

$
0
0

I have a task to track status changes on cases.  I turned on Auditing for the Case Entity.

I took a case and changed statuses like this:

New -> Save

Waiting on Customer -> Save

CS 1 -> Save

Waiting on Customer-> Save

CS 1 -> Save

Waiting on Customer -> Save

CS 2 -> Save

Then I resolved the case with "Issue Resolved" Status.

I would expect the RetrieveAttributeChangeHistoryRequest to return this:

Old ValueNew Value
In ProgressNew
NewWaiting on Customer
Waiting on CustomerCS 1
CS 1Waiting on Customer
Waiting on CustomerCS 1
CS 1Waiting on Customer
Waiting on CustomerCS 2
CS 2Issue Resolved

But it does not - it only returns these records:

Old ValueNew Value
In ProgressNew
NewWaiting on Customer
Waiting on CustomerCS 1

That's it.  It is missing several changes I made to the status.   I also tried pulling the data with the RetrieveRecordChangeHistoryRequest, and it pulls the exact same results.

Furthermore, I looked at the Audit table and I can see my changes are in the Audit table, if you look at the change data from the bottom up, the correct statuscode id's are displayed in the order I changed them, Except the Issue Resolved Status is not there which is another problem.

Please tell me I am doing something wrong and that the C# methods for the Audit records aren't completely useless????

Thanks,

Coty


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>