Hi Peter,
is there a way to auto-update the database after adding custom filetypes? By now I haven't found anything like this.
Our workflow normally is to add a filetype AFTER noticing that its not yet recognized by DMX. After adding the filetype, I have to manually update the database like this:
update DMX_Entries set EntryType = 'File.newfiletype" where OriginalFileName like '%.newextension' and PortalId = (ourportalid)
Would be great to have that done in one sweep with adding the filetype.
Cheers
-Chris