• RE: Listensortierung vorgeben

    Hallo Reimo Hingst,

    also wenn die Spaltenreihenfolge und -sortierung in der Web-Konfiguration (WebClient -> Konfiguration -> Archive -> <Archivname> -> Dialoge -> Liste -> <Listenname> -> Reiter "Ergebnis") vorgenommen wurde (also nicht nur im persönlichen WebClient), dann sollten diese Einstellungen auch für alle User als Standard- bzw. Voreinstellung genauso übernommen werden.
    Diese Einstellungen finden dann in der voreingestellten Form bei allen Usern Anwendung, die (nun) auf diese Liste zugreifen können.

    Hin und wieder ist mir pers. aber aufgefallen, dass es manchmal doch nicht direkt so übernommen wird, wie zuvor in der Web-Konfiguration eingestellt und abgespeichert. In so einem Fall hat es bei mir immer geholfen, im Webbrowser einmal die Cookies zu löschen.

    Ab jetzt können sich die User die Liste, also. bspw. die Spaltenreihenfolge, aber auch wieder individuell nach Ihren Wünschen anpassen (hiermit meine ich das übliche im WebClient mögliche userspezifische Customizing). Ob man dieses Customizing sperren kann, ist mir nicht bekannt.

    Viele Grüße,
    Frank
  • RE: Split pdf with general email

    Hi Sander,

    it's possible to create DocuWare-Import configurations with barcode splitting (Import is part of the WebClient configuration).
    If you could combine your use case with DocuWare-Import, it should work.

    Best regards,
    Frank
  • RE: Annotations disappearing when importing PDF Files.

    Good morning Thomas,

    maybe you can try following workaround - Open the original PDF document with annotations on it e.g. with Adobe Reader and "print" it as an image (print as an image is an option the Adobe Reader print dialogue options) with a normal PDF Printer (e.g. Microsoft Print to PDF).
    Import the "printed" PDF into a DocuWare Tray and check the result.

    I guess, you should see the annotations on it now.

    Please note If I'm not mistaking: If it should work in this way and if the OCR engine was able to read it, I expect, that the annotations will also be written in the full text index of the respective DocuWare file cabinet by storing the document.

    Best regards, Frank
  • RE: Hochkomma automatisch entfernen

    Hallo Michael,

    wenn das geht, wäre es am einfachsten, wenn du den Replace-Befehl ganz am Anfang im Workflow in deiner ersten Datenzuweisung machst, also bevor du Inhalt des Feldes Belegnummer auch in das Stichwort-/Tabellenfeld schreibst (kopierst).
    Dann ist der Inhalt des Feldes Belegnummer sofort bereinigt und kann bereinigt auch in andere Felder geschrieben werden.

    Viele Grüße
    Frank
  • RE: Hochkomma automatisch entfernen

    Hallo Michael Naeher,

    sowas geht glücklicherweise (mittels des Workflow Designers) recht einfach - hierfür einfach innerhalb einer Datenzuweisung die Indexdaten des Feldes mit der Belegnummer mit folgendem arithmetischen Ausdruck ersetzen:
    Replace(DW_BELEGNUMMER,"'","")

    Der zuvor genannte arithmetische Ausdruck entfernt jegliches Hochkomma aus der Belegnummer.
    Falls das DocuWare-Indexfeld intern nicht "BELEGNUMMER" heißt, bitte die Feldbezeichnung einfach anpassen.

    Viele Grüße
    Frank
  • RE: Setting to prevent unwanted workflow instances

    Hi Michal,

    I know such problems regarding the correct setup of workflow triggers in general.

    Due to my personally experiences, this behaviour happens more often, if your workflow trigger is configured with start conditions for "new document" and "documents with changed index data" in combination with the configuration if condition(s) is/are true BEFORE index data has/have changed.

    If so, try to change the trigger(s) to the configuration if ALL conditions are true AFTER index data has/have changed, if possible.

    Example for new invoices:
    WF should start on:
    - New document
    - Index data of document have changed
    - If ALL conditions are true AFTER index data has/have changed
    --- Document type is "Invoice"
    --- Status is "new"
    --- Status has changed

    This works normally just fine.

    Best regards,
    Frank
  • RE: Creating a reminder via worklflow

    Have updated my last post.
  • RE: Creating a reminder via worklflow

    Hi Sander,

    I understand.

    Please create also a global workflow variable (GV) e.g. called "ReminderDate" <DateTime> and fill it with the reminder DateTime value.

    Place a "time delay activity" (or "time interval" - have just a german WF designer frontend and I'm not 100 % sure about the correct designation/description of this activity). Set the radio button to "time delay" and choose your GV "ReminderDate".

    Place an "e-mail activity" behind the time delay activity and configure it.

    If the current DateTime has reached your reminder DateTime, the workflow will automatically sent out this e-mail.

    Best regards,

    Frank

  • RE: Creating a reminder via worklflow

    Hi Sander,

    to get this work I use <DateTime> field(s) instead of just <Date>.

    If you've already set an appointment date before, you don't have to check if the reminder date is equal to the current date.
    The arithmetic expression "DateAdd ("d", -2, DW_APPOINTMENT)" should work.

    Best regards,
    Frank
  • RE: Client: Zugang Anwendung auf lokale Docuware Dienste

    Hallo Andreas,

    ich würde zur Sicherheit auch noch einmal unter den Windows Systemeinstellung beim Punkt Standard-Apps kontrollieren, ob hier bei der Rubrik "E-Mail" das korrekte Standard-E-Mailprogramm des Systems, bspw. Outlook (bereits) voreingestellt ist.
    Standardmäßig ist hier oftmals fälschlicherweise (noch) "Mail" voreingestellt.

    Viele Grüße,
    Frank