In this blog we will get to know how to fetch field’s Audit history, I have created this in azure function so we can trigger this by using Plugins, Custom
In this blog we will get to know how to fetch field’s Audit history, I have created this in azure function so we can trigger this by using Plugins, Custom
One of the most common asks as an administration is to know when the user started accessing the system and from where. In your Dynamics 365 Customer Engagement apps, you
Just sharing a sample code to retrieve the Audit Detail using RetrieveRecordChangeHistoryRequest. RetrieveRecordChangeHistoryRequest changeRequest = new RetrieveRecordChangeHistoryRequest(); changeRequest.Target = new EntityReference("entitySchemaName", "entityId")); RetrieveRecordChangeHistoryResponse changeResponse = (RetrieveRecordChangeHistoryResponse)_service.Execute(changeRequest); AuditDetailCollection auditDetailCollection = changeResponse.AuditDetailCollection;
Kingsway’s CDS/CRM Source component and has Source Type property having an AuditLogs value that can be used to get the Audit details from Dynamics 365 CE. Below we have set
With GDPR being effective since May 25 2018, Microsoft has released a large set of tools and security mechanisms, both on Office 365 and Dynamics 365, to ensure their customers