• RE: Calculating Time in DocuWare Forms??

    Hi Daryl, 

    no, you are not missing anything. There is currently no time input in Forms.
    Please check out uservoice and upvote the related posts.
    My workaround is currently to use two decimal fields, one with min value 0, max value 23, the other with min 0, max 60.
    I then build a normal time object using the workflow arithmetic expressions.

    Hope this helps.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Datenbankabfrage SQL - nur aktive User

    Hallo Reimo Hingst, 

    Anne Braun hat wahrscheinlich einen Tippfehler gemacht, die Spalte heißt nämlich active.
    Außerdem ist die Spalte ein int. bei aktiven Usern steht der Wert 1, bei inaktiven der Wert 0.
    Ich habe gerade in der Datenbank meines Testsystems nachgesehen.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Change File Cabinet index fields order

    Hi Miquel Sanz Vargas,

    what you want to look at is the index dialog.
    DW File Cabinets have 5 types of dialogs, and some also bring an index dialog along.
    If you click on "Search" in the top bar, you open your search dialogs.
    If you then use a search dialog and get a result, that is the result list (also a type of dialog).
    If you then right-click a document in the result list and choose "edit index entries", then the index dialog of this result list opens.

    So you need to change the order of the fields in the index dialog of the result list you used.
    In configuration, go to file cabinets -> (your file cabinet) -> Dialogs -> (your result list).
    The second tab is called "index dialog", this is where you need to make your changes.

    Hope this helps.
    Greetings from Germany, 
    Simon H. Hellmann 
    DocuWare System Consultant
  • RE: Welches Betriebssystem für Desktop Apps für Import und Local Data Connector

    Hallo Jochen Weissert,

    die Desktop Apps und alle Bestandteile des entsprechenden Setups laufen auf jeder aktuellen Windows-Version. Ein Windows-Serverbetriebssystem ist nur für die On-Premise Version von DocuWare erforderlich.
    Die genauen Systemvoraussetzungen für jedes Modul finden sich hier: 

    https://knowledgecenter.docuware.com/docs/de/systemvoraussetzungen-docuware-cloud

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

    Hi Edward Clarke,

    are you a customer or a partner? If you are a customer, I suggest speaking to your partner about a personalized training using your process as an example.

    If you are a partner, you should get the DSC training or ask someone in your company who already did that for help, as this also uses invoice processing as an example.
    All the functionality is documented in the Knowledge Center, Knowledge base and Partner Portal, but learning how to use that best is something you have to do for yourself or with the help of your DW Partner/DW Academy/DW Professional Services.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Add data to webform

    Hello Michael Weingand, 

    Web forms do not have any fields which can be filled, you need to use merge forms for that.
    But stamps can be placed on any document, as long as it is not a data record.
    Workflow can stamp a document automatically in recent versions using the WebService activity with the Platform API (built-in).

    Hope this helps.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: ganze Zeile aus Index-Tabelle löschen via Workflow

    Mahlzeit, 

    das ist eine gute Frage, die Option habe ich bisher auch noch nirgendwo gesehen.
    Anwendungsfälle direkt aus dem WF heraus hatte ich dafür allerdings bisher auch noch nicht.
    Über die API ist meine Lösung aktuell immer die komplette Untertabelle zu überschreiben, so kann ich nach Änderung auch weniger (oder gar keine) Zeilen als vorher haben.

    Würde vermuten, dass das ein Uservoice-Thema ist.

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Workflow: .Count() Funktion führt zu fehler, sofern weniger als 1 (also 0) vorhanden ist

    Hallo Oliver Acker, 

    die Fehlermeldung ist doch schön spezifisch.
    Das heißt, der Fehler entsteht nicht in der SQL-Abfrage, sondern vermutlich bei einem Aufruf eines arithmetischen Ausdrucks, genauer: in der vierten Datenzuweisung der Systemaktivität, die auf Fehler läuft.

    Das Szenario mit dem Fehlerausgang hat den Nachteil, dass der Workflow dort für 10 Minuten stillsteht, daher wäre es mMn schon sinnvoll, den Fehler zu beheben.
    Was steht denn in der vierten Datenzuweisung? Falls hier ein Count passiert, könnte das IIF aus meinem ersten Kommentar Abhilfe schaffen. 

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

     
  • RE: PowerAutomate API: Search for Documents Parameters

    Hi James Strnad, 

    I have not used the PowerAutomate connector yet, but I would guess that it is just based on the DW REST API and uses mostly the same methods and the same format.
    Maybe you can find what you are looking for here: https://developer.docuware.com/

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Workflow: .Count() Funktion führt zu fehler, sofern weniger als 1 (also 0) vorhanden ist

    Mahlzeit, 

    das Verhalten ist soweit normal. Wenn innerhalb einer automatischen Aktivität ein Fehler entsteht, in diesem Fall wahrscheinlich ein Fehler der Datenbank, versucht DocuWare die Aktion 5x im Abstand von je zwei Minuten durchzuführen, bevor der Prozess gemäß dem verbundenen Fehlerausgang fortfährt. Ist kein Fehlerausgang verbunden, entsteht stattdessen die "General Error"-Aktivität bei den Workflow Controllern.

    Interessant wäre hier die genaue Fehlermeldung - sollte in der Historie auftauchen, wenn man einen der fehlerhaften Einträge anklickt.

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