XrmToolBoxPlugins icon indicating copy to clipboard operation
XrmToolBoxPlugins copied to clipboard

Tools for Dynamics CRM

Results 41 XrmToolBoxPlugins issues
Sort by recently updated
recently updated
newest added

Regardless of the timeframe selected, only "recent" results are returned.

Every time I try to export either Histories, the following exception is thrown: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog...

I am trying to use the tool but every time I launch it I get the same error message. I checked to see if I have the latest Net Framework...

When you delete an item with child items, these items are also deleted. If you try to restore the children after restoring the parent, you get an error message about...

I get error when using XRM Recycle bin. System.InvalidCastException: Unable to cast object of type 'Microsoft.Crm.Sdk.Messages.AuditDetail' to type 'Microsoft.Crm.Sdk.Messages.AttributeAuditDetail'. at BDK.XrmToolBox.RecycleBin.PluginControl.b__11_0(BackgroundWorker w, DoWorkEventArgs ev) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

The plugin is not working. It goes through all the phases without errors and prompt a successfull message about the recovered records ![image](https://user-images.githubusercontent.com/77463786/159869984-9da64dc1-4c14-48d9-8220-fe1ab781a2ab.png) even though the records are not being...

Hi! I get an error always when choosing entity, user und date and click zu "show deleted records". ![image](https://user-images.githubusercontent.com/94537740/142201664-a16895b7-5420-453d-b92a-9961793e3d62.png) Details saying: System.InvalidCastException: The object with type "Microsoft.Crm.Sdk.Messages.AuditDetail" could not be...

Added check if correct type: if (!(response.AuditDetail is AttributeAuditDetail)) continue; Before casting: AttributeAuditDetail attributeDetail = (AttributeAuditDetail)response.AuditDetail; As AuditDetail can be of: Microsoft.Crm.Sdk.Messages.AttributeAuditDetail Microsoft.Crm.Sdk.Messages.RelationshipAuditDetail Microsoft.Crm.Sdk.Messages.RolePrivilegeAuditDetail Microsoft.Crm.Sdk.Messages.ShareAuditDetail Microsoft.Crm.Sdk.Messages.UserAccessAuditDetail

Tried to export the Login History and got the following error: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. **************...

The Recycle Bin plugin worked great for most of the entities I tried it on, but when I try it on a few specific custom entities, I get the following...