DawidPotgieter / Dynamics-CRM-Binary-Storage-Options

A Dynamics CRM plugin to transparently store attachment binaries outside CRM database. Azure Blob or File storage for instance.
GNU Affero General Public License v3.0
34 stars 15 forks source link

Delete annotation/note #18

Open niensui opened 5 years ago

niensui commented 5 years ago

Tested delete note both from Advanced Find and from record form, both didn't result in deleting the file from AzureBlob.

DawidPotgieter commented 5 years ago

Hi there,

Would you mind doing a few things?

First off, please check the "System Jobs" to see if there are any messages. The delete happens as a job executed by the CRM workflow service, and any problems with the job should give you an error message. Would be good to see what's in there (and post if you want so I can help).

Also make sure that you've set all the settings on the delete step in plugin managers the same as on the other steps.

Let me know how that goes..

DawidPotgieter commented 4 years ago

I know this is an old issue, but are still having a problem?

DawidPotgieter commented 3 years ago

Recently found a bug with this and a missing null check. Investigating atm.