• RE: Change Properties of a dialog field

    Hi Barbara,

    please create a support request for this.
     

    Regards
    Tobias Getz
    Team Leader Product Management

  • RE: Import Limit 1000 im Hilfsarchiv

    Hallo Helmut Holtstiege,

    ja, dann ist mein Vorschlag natürlich nicht möglich. 

    Viele Grüße
    Tobias Getz
    Team Leader Product Management

  • RE: IBAN validieren

    Hallo Oliver Acker,

    vermutlich ist das schon gelöst, Grundsätzlich ist es sicherlich möglich die IBAN innerhalb eines Workflows zu validieren. Hier ist das Validierungsverfahren beschrieben. Dazu benötigen Sie vermutlich ein paar Variablen und einige arithmetrische Ausdrücke.

    Nachtrag: Die benötigte Berechnung funktioniert leider nicht im Workflow Manager, da die dazu benötigte Berechnung das Speichervermögen der Variablen übersteigt. Die Finale Berechnung sieht z.B. so aus: 500105175408332501131480 / 97
    Nachtrag 2: Eine alternative Berechnungmöglichkeit ist im nächten Beitrag beschrieben.
    Eine andere Möglichkeit besteht darin, eine externe API zur Validierung auzurufen (z.B. IBAN Validation API).


    Viele Grüße
    Tobias Getz
    Team Leader Product Management

  • RE: Load Store Date into a custom field

    Hi Tracy Fleming,

    given, that you want to do this with Workflow Manager (Autoindex would it also and probably easier and faster) but I assume, you just have Workflow Manager available.

    1. Create an additional field in your File Cabinet (e.g. Store Date Status)
    2. Create a Workflow with following trigger conditions
      1. Start new workflow if index entries of the document were changed
      2. In "before index modification" add
        "Store Date Status" is empty
      3. In "after index modification" add
        "Store Date Status" equals "Empty"
    3. Create one variable in Workflow as a date variable
    4. Workflow just needs one activity "Assign data" which does the following
      1. Fill the date variable with the system field "Store date"
      2. Fill your custom store date field with the variable 
      3. Fill the field "Store Date Status" with "Filled"
    5. Open DocuWare and make a search in your file cabinet with all entries where your custom store date field has content (e.g. by entering a date far in the past and a date in the future)
    6. Change the index entries in field "Store Date Status" for all these documents to "Filled"
      In the 3 dots menu at the top of the result list there is an option "Change index entries for all documents"
    7. Do a second search for the field "Store Date Status" for empty fields by entering "EMPTY()" into the search field
    8. Change the index entries in the field for all the documents to "Empty" --> This will trigger the workflow
    9. After all documents have been changed you can delete your "Store Date Status" field and the workflow, to clean up.

    Setting this up will probably not take more than 20 minutes, but depending on the amount of documents the index change and the workflow might take a while and the Workflow could take up some performance. I recommend you test this first by changing only a few index entries, then maybe 100 entries (one page of the result list) or even do all this in batches e.g. by date. And maybe do it outside of business hours.

    Regards
    Tobias Getz
    Teams Leader Product Management

  • RE: Intelligent Indexing 'learning'

    Even if this was resolved by the support case I think this might be an interesting case if anyone searches for this.

    Basically Intelligent Indexing learned, that the value for the invoice number is not on the document, but is a value, that is entered manually for some invoices. As Intelligent Indexing is based on similar documents this might be different for differently looking invoices. 

    Regards
    Tobias Getz
    Team Leader Product Management
     

  • RE: Import Limit 1000 im Hilfsarchiv

    Hallo Helmut Holtstiege,

    nachdem es nicht um CSV-Dateien geht, kann es eigentlich nur um eine direkte Abfrage über den Local Data Connector in eine SQL-Datenbank gehen. Hier gibt es aus Performance und Stabilitätsgründen tatsächlich ein Limit, um Timeouts zu vermeiden.

    Haben Sie vielleicht die Möglichkeit in die externe Datenbank in eine Spalte einen Wert zurückzuschreiben? Dann könnten Sie diese Spalte in Ihren Filter aufnehmen und erhalten dann mit jedem Lauf 1000 neue Datensätze.

    Viele Grüße
    Tobias Getz
    Team Leader Product Management
  • RE: Füllmenge eines Tanks täglich neu berechnen

    Hallo Oliver Acker,

    falls es noch nicht gelöst ist, würde ich in den Berechnungsworkflow eine Bedingung einbauen, die auf den Monat des aktuellen Datums prüft. Für die Monate 6-9 wird dann mit einer "Daten zuweisen" Aktivität der Sommer-Wert in eine Variable geschrieben, der zweite Weg gilt, wenn der Monat nicht zwischen 6 und 9 ist, dann wird in die Variable eben der Winter-Wert eingelesen.

    Nachdem sie die beiden Wege wieder zusammengeführt haben, können Sie die Berchnung des Tankstandes wie bisher (nur mit der Variable anstatt einem festen Wert) machen und den Wert in ein Indexfeld (Aktueller Stand) zurückschreiben.Und basierend darauf dann entscheiden, ob eine Benachrichtigung versandt wird.

    Viele Grüße
    Tobias Getz
    Team Leader Product Management

  • RE: DocuWareModule in make.com

    Dear Mark Young,

    I think the question was already answered by the support case, but for everyone else looking for the answer I want to describe it here.

    There are two possibilities to get the index entries <ol> <li>

    • Use the index number of the field.
      So, first look up in the DocuWare module the index fields, that you want and then enter this number instead of your "FieldName" entry.
      Look at screen "Index number"
    • Use the map functionality with the index field name
      Again, first look into the DocuWare module and check the exact field name and tehn use the map functionality in Make.
      See screen "Map"
  • RE: Sharepoint files to DocuWare without moving the documents to DocuWare

    Dear Arttu Nikkilä,
    this is not possible. To be able to search in DocuWare, the file has to be stored in DocuWare.
    Regards
    Tobias Getz
  • RE: E-Mailversand per Outlook funktioniert nicht mehr

    Hallo Daniel Kubitscheck,

    bitte wenden Sie sich mit diesem Problem an unseren Support.

    Viele Grüße
    Tobias Getz