• RE: Combining Document Types in Workflows

    Hi Andrew, 

    I find the question to be unclear. Do you want to combine multiple files to one document, just like clipping them in the WebClient, or do you just want to change up Index Data based on some status change?

    The first one is not possible if both files are already stored in a file cabinet, the only way I could think of would be to code a tool connecting to the API which downloads one file, uploads the downloaded file as a  clipped file to the other document and deletes the first one from the file cabinet after. 

    The second scenario would be pretty easy to implement depending on the environment and the conditions you use. Workflow Designer and/or Autoindex are the go-to tools for this. 

    Hope this helps.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: URL Creator -- Pass query without Base64 encoding?

    Hi Joe, 

    sorry for the late reply, but actually it is possible to pass a search query without base64 encoding, i regularly use this to build urls in a "data assignment" step in workflow designer.

    Here is an example:


    https://[MyDocuWareServer]/DocuWare/Platform/WebClient/Client/Result?fc=[FileCabinetGUID]&q=%5BDOCUMENTNUMBER%5D%20%3D%20%22B%12345678%22%20AND%20%5BCOMPANY%5D%20%3D%20%22MyCompanyName%20GmbH%22&queryInInvariantCulture=false&sed=[searchDialogGUID]

    This searches the fileCabinet for DOCUMENTNUMBER = "12345678" AND COMPANY = "MyCompanyName GmbH"

    As you can see, the query is written in the same way as in a search dialog, you just need to escape the special characters.

    Hope this helps. 

    Greetings from Germany, 
    Simon H. Hellmann
    DocuWare System Consultant
     

  • RE: How to create automatic stamps on document archiving?

    Hi Mayra, 

    currently this is not a default feature in DocuWare. 
    However, several ADPs developed tools which allow this behavior.
    If you are based in Europe, two Partners come to my mind: DocuScan GmbH with the StampRobot Tool and ToshibaTec Germany Imaging Systems GmbH with the AutoStampService. 
    If you are based in the US, I can not recommend any partners or solutions as I only know the European partner market.

    The other possibilities would be to either pay Professional Services to develop such a thing for you or to develop it yourself using the REST API.
     
    Hope this helps. 

    Greetings from Germany, 
    Simon H. Hellmann 
    DocuWare System Consultant
  • RE: Web Viewer technical issue

    Hi Xavier, 

    welcome to the DW forums. 
    If something like this happens, there should usually be a pop-up error message in the top right corner of the viewer window. 
    This message is visible for about 5 seconds. Please check again if a message like that is shown.
    If yes, the message should give a hint where to search for the problem; if it does not show up you have a client problem.
    In that case, try to delete browser cache/cookies and/or try to use a different browser. 

    Hope that helps. 

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Docuware sample break service problem

    Hello Edwin, 

    I think you are messing two things up here.
    The configuration screenshots you sent are for webservice configuration. You need that one when you want to use a webservice (programmed by you) as a workflow step in workflow designer.

    The REST API is available via the platform service ( http://docuwareServer/docuware/platform ). You do not need to set a specific configuration or anything, platform service is always available.
    Did you already have a look at the developer documentation? Documentation

    Greetings from Germany, 
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Workflow Designer - Emailadresse vom Benutzer

    Hallo Frau Jatzek, 

    Sie können eine E-Mail Benachrichtigung auch direkt an den User oder auch an Rollen versenden, wäre das nicht eine Möglichkeit?
    Dabei wird die Mail-Adresse verwendet die in der Benutzerverwaltung bei dem User hinterlegt wurde.
    Sofern Sie eine GV vom Typ Benutzer oder Rolle haben, sollten Sie auch diese verwenden können um Mails dahin zu senden.

    Siehe Screenshot: 


    Ich hoffe, das hilft Ihnen weiter. 

    Gruß, 
    Simon H. Hellmann
    DocuWare System Consultant
     
  • RE: ¿Como puedo actualizar los índices de un documento con la captura de un XML, CSV, TXT, Etc?

    Hola Frederic,

    esto no es posible utilizando únicamente la funcionalidad predeterminada de DocuWare. Si tiene este archivo de índice disponible antes de almacenar el documento en sí, puede usar Metadatos .DWCONTROL para la importación, pero necesita un formato XML muy específico, consulte aquí: https://help.docuware.com/#/home/63721/2/2.

    Si el documento ya está almacenado cuando recibe el XML, existen algunas soluciones desarrolladas por socios autorizados de DocuWare que pueden utilizar XML en cualquier formato y aplicar la indexación a un documento existente, por ejemplo DocuScan StorageRobot o Toshiba e-FileWatcher.

    Si desea / no puede comprar una solución de este tipo, puede intentar implementar algo así usted mismo con la API REST de DocuWare: https://developer.docuware.com/

    Espero que esto ayude.

    Saludos desde Alemania,
    Simon H. Hellmann
    DocuWare System Consultant
     


    Hello Frederic, 

    this is not possible by using only DocuWare default functionality. If you have this index file available before storing the document itself, you could use .DWCONTROL Metadata for the import, but it needs a very specific XML format, see here: https://help.docuware.com/#/home/63721/2/2.

    If the document is already stored when you recieve the XML, there are some solutions developed by Authorized DocuWare Partners which can use XML in any format and apply indexing to an existing document, for example DocuScan StorageRobot or Toshiba e-FileWatcher.

    If you do want/can not purchase such a solution you could look to implement something like that yourself with the DocuWare REST API: https://developer.docuware.com/

    Hope this helps. 

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Workflow zwei Variablen verknüpfen

    Hallo Herr Harder, 

    die Punkte werden angezeigt weil Sie das Feld im DocuWare als numerisches Feld angelegt haben, das sind die Tausender-Trennzeichen.
    Wenn Sie sich dieses Feld auf Datenbankebene anschauen werden Sie feststellen dass diese Punkte nicht gespeichert werden, sondern nur im WebClient zur einfachen Lesbarkeit dargestellt werden. Auch im Workflow existieren diese Punkte nicht und brauchen nicht berücksichtigt werden.

    Welches Tausender-Trennzeichen angezeigt wird hängt davon ab welche Lokalisierung Sie im WebClient unter "Werteformatierung" für Ihren User eingestellt haben.

    Können Sie bzgl. des anderen Punktes versuchen das einfache Anführungszeichen (') gegen ein doppeltes (") zu tauschen?
    Falls das nicht funktioniert stellen Sie uns doch bitte Screenshots Ihrer Felder u. Datenzuweisung bereit. Ich könnte mir auch vorstellen dass das Problem entsteht da Sie eines der Felder als numerisch angelegt haben und versuchen mit String-Operationen zu arbeiten.
    Sollten Sie ausschließlich mit numerischen Feldern arbeiten muss ich Sie darauf hinweisen dass dort keine führenden Nullen genutzt werden können, dafür müssen Sie mit Textfeldern arbeiten.

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

    Hallo Herr Wegner, 

    dann ist Ihr Cloud-System wahrscheinlich noch nicht auf die Version 7.3 aktualisiert worden. Ich kann diese Einstellung an genau der Stelle finden von der auch Ihr Screenshot ist. 
    Bitte überprüfen Sie im WebClient unter "Hilfe & Info" -> "Über DocuWare" ob Ihr System bereits auf der Version 7.3 ist. 

    Gruß aus Neuss, 
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: DocuWare 7.2 ODBC Schnittstelle einrichten

    Hallo Herr Hanisch, 

    Herrn Weidmanns Aussage kann ich nur bestätigen. In der Zwischenzeit (ich glaube mit Version 6.12 oder 7.0) wurde DocuWare dahingehend umgestellt, dass 32-Bit SQL Treiber gar nicht mehr unterstützt werden, es wird nur noch 64-Bit unterstützt.

    Gruß,
    Simon H. Hellmann
    DocuWare System Consultant