• RE: Duplicate deletion - how to intercept and delete duplicated files?

    Hello Simone Sola,

    if you just want to delete or flag duplicates, you can use Workflow or Autoindex for that.
    Check the documentation here: Find Duplicates with Autoindex or Find Duplicates with Workflow

    If you need the API, refer to the documentation over at developer.docuware.com and the Platform description on your DocuWare Server: 
    https://{DocuWareServer}/DocuWare/Platform/

    Using the Endpoint /DocuWare/Platform/FileCabinets/ allows you to retrieve information about all file cabinets the currently logged-in user has access to.
    Then you can use /DocuWare/Platform/FileCabinets/{FileCabinetGUID}/ to retrieve information about a single file cabinet, including all existing index fields in this cabinet (which the user has access to).

    I am assuming here that by the term custom-made fields in the DB you mean the index fields of a given file cabinet.

    Hope that helps.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Workflow Designer - Benutzer aus E-Mailversand ausschließen

    Hallo Stephan Buch, 

    nein, das ist aktuell (DW 7.9) nicht möglich.
    Ein Workaround wäre vielleicht, die Benachrichtigung an eine Listen-Variable vom Typ Benutzer zu senden, die vorher mit den Mitgliedern der Rolle(n) befüllt wird, aus denen dann mithilfe von Filter() im arithmetischen Ausdruck die nicht gewünschten Benutzer rausgefiltert – oder gar nicht erst mitbefüllt werden.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
     
  • RE: Workflow history of documents

    Hi Mélanie, 

    you can retrieve the workflow history for a single document using the following REST API call:
    https://{DocuWareServer}/DocuWare/Platform/FileCabinets/{FileCabinetGUID}/Documents/{DocID}/WorkflowHistory

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: After a document was edited, update the indexes

    Hi Mélanie, 

    this sounds like a complicated problem.
    Using Autoindex, you could trigger a job when the "modification date" changes, however, that also includes changes to the index data of the document. To only act on changes of the document content itself, you would then need to start a workflow which uses the DocuWare REST API to check if the "ContentModified" Field of any of the sections of the corresponding document has changed.
    Only then you can be sure that the document content has been modified.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Hide "Send Request" button in Virtual Folders

    Hi Mélanie, 

    this setting is always defined on a dialog level, it is not possible to set it on file cabinet level.
    For folders, there is no way to disable it.
    The setting is stored in the dwsystem database, however, disabling it manually in the database seems to have no effect.
    I just tested this on DW 7.9.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: SQL Server Updates

    Hello David Blake, 

    you should always keep your SQL Servers up to date, this also applies to the DocuWare SQL Servers.
    However, you should stop the DocuWare Services before applying the SQL Server Update.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Conditional Visibility of Properties Based on Other Property's Selection

    Hello George Charisis, 

    conditional field visibility is currently only available in DocuWare Forms.
    Store Dialogs, C2O Configurations, Workflow decisions etc. all do not support conditional visibility at this point (DW Version 7.9).

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Anlagen Einzeln in der E-Mail hinterlegen und nicht gezippt (Workflow)

    Hallo Patrick Brglez,

    nein, das ist aktuell (Stand Version 7.9) nicht möglich.
    Die E-Mail Anhang Funktion verhält sich genauso als würde man das Dokument aus dem WebClient herunterladen - auch dort erhält man eine .zip-Datei.
    Vielleicht gibt es zu dem Thema ja bereits einen Eintrag auf uservoice - falls nicht, erstellen Sie gerne dort einen Funktionsvorschlag.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: DocuWare lässt sich nicht deinstallieren

    Hallo Andreas Reiser,

    die Fehlermeldung ist erst einmal relativ nichtssagend, bitte prüfen Sie die ClientSetupLogs in C:\Programdata\DocuWare sowie das Application Event Log für mehr Details.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Interner Webserver ERR_SSL_KEY_USAGE_INCOMPATIBLE

    Hallo Magnus Müller,

    das hört sich nicht nach einem DocuWare Problem an, sondern nach einem IIS oder Browserfehler.
    Ich gehe mal davon aus, dass der Client Windows 10 oder 11 ist - falls nicht, ist da schon das Problem.

    Ansonsten hilft wahrscheinlich eine allgemeinere Suche nach dem Fehler, z.B. hier gibt es Lösungsvorschläge.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant