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

How To get the Display Name of field when we fetch the "AuditDetailCollection" of opportunity entity.

$
0
0

How To get the  Display Name of field  when we fetch the  "AuditDetailCollection" of opportunity entity.

This is my code:--

RetrieveRecordChangeHistoryRequest changeRequest = new RetrieveRecordChangeHistoryRequest();
changeRequest.Target = new EntityReference("opportunity", opportuntiyid);
RetrieveRecordChangeHistoryResponse changeResponse = (RetrieveRecordChangeHistoryResponse)service.Execute(changeRequest);
AuditDetailCollection details = changeResponse.AuditDetailCollection;


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images