web
You’re offline. This is a read only version of the page.
close
  • RE: Help Needed: Docuware Adding Space in HTTPS Links - Can't Execute GET Actions

    Hello Jameel, 

    when writing URLs into a global variable, please try to use an arithmetic expression like the following example instead of fixed value.

    "https:/" & "/example.crm.dynamics.com/"

    That fixed a lot of issues for me, it seems that the first / is interpreted as escaping the second one which causes weird behavior.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Different Index Dialog in the Workflow Task List-1519321435

    Hi Saleem,<br> <br> starting with (I think) Version 7.5 of DocuWare, you can select which result list a workflow uses, doesn't have to be the default anymore.<br> The setting is located in the &quot;Task List&quot; menu inside of the workflow.<br> A different result list for different tasks within the same workflow is still not possible.<br> <br> Hope this helps.<br> <br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant<br> &#160;
  • RE: Getting Document URL in a Workflow

    Great we could help you, Connie!<br> <br> @Jagan: Transfer is probably the best way for that. You can not use Workflow to transfer or copy the document to another filecabinet.<br> If Transfer does not work for you, you might need to use a third-party app (or Webservice) for that or develop your own.<br> <br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Getting Document URL in a Workflow

    Hello Jagan,&#160;<br> <br> if you already know the DocId, then you can create a global variable and fill it with an arithmetic expression.<br> Use the following:<br> <br> <code>&quot;https:/&quot; &amp; &quot;/{YourDocuWareServer}/DocuWare/Platform/WebClient/Integration?p=V&amp;fc={YourFileCabinetGUID}&amp;did=&quot; &amp; GV_DocId</code><br> <br> just replace the {} with the correct values and you should be all set.<br> Note how I split the assignment into two strings. This is because Arithmetic expressions do not behave properly when you use two slashes next to each other, because the first tries to escape the second.<br> <br> You can also use the URL Creator (part of the desktop apps) to create URLs like this.<br> <br> GV_DocId should contain the DocId you know.<br> <br> Hope that helps.<br> <br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Get File/Document Folder path using API.

    Hi Adam,<br> <br> getting a folder path via API is not possible, because there are no folder paths in DocuWare.<br> A folder structure just <em>displays</em> documents in folders which represent index values.<br> However, you should be able to retrieve the values for all index fields of a given document.<br> <br> Hope this helps.<br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Text ersetzen innerhalb der Konfiguration funktioniert nicht

    Hallo Herr Weinert,<br> <br> das hört sich so an, als haben Sie Intelligent Indexing auf dem Briefkorb und Ablagedialog aktiviert, aber als Sprache englisch hinterlegt.<br> Also passiert folgendes:<br> Import liest &quot;Invoice&quot; aus und ersetzt dies durch &quot;Rechnung&quot;. Im Briefkorb läuft Intelligent Indexing, erkennt als Belegart &quot;Invoice&quot; und übersetzt dies nicht, weil Englisch eingestellt ist. Da der Intelligent Indexing Wert Priorität über den Wert aus dem Import hat, steht dort immer &quot;Invoice&quot;.<br> <br> Ich würde empfehlen, die Textersetzung und Erkennung für das Feld komplett wegzulassen und einfach nur Intelligent Indexing verwenden (im Ablagedialog auf Deutsch stellen), dann wird auch korrekt übersetzt.<br> <br> Gruß aus Neuss,<br> Simon H. Hellmann<br> DocuWare System Consultant<br> <br> &#160;
  • RE: Dateiexport in ein Verzeichnis

    Hallo zusammen,&#160;<br> <br> (Achtung Eigenwerbung)<br> dann scheint das ja ein guter Moment zu sein, um unseren <a href="https://de.toshibatec.eu/branchen-kompetenz/anwendungs-software/#InPr">Toshiba e-FileWatcher</a> weiterzuempfehlen.<br> Dieser lässt sich über jeden Toshiba Fachhändler oder auch über uns direkt beziehen und bietet in der BLACK EDITION unter anderem die Funktionalität, Dokumente mit Indexdaten aus DocuWare herunterzuladen und dann beliebig weiterzuverarbeiten. Der Download passiert aktuell ausgelöst durch definierte Suchkriterien in einem festzulegenden Intervall, Webhooks sollen in Zukunft auch noch implementiert werden.<br> <br> Die Weiterverarbeitung kann beliebige Funktionen nutzen, z.B. &quot;Datei verschieben&quot;, &quot;XML erstellen&quot;, &quot;Word-Konvertierung&quot;, &quot;SharePoint Upload&quot;, &quot;Übersetzung&quot; uvm.<br> <br> @Herrn Holtstiege: Ich lasse Ihnen mal eine E-Mail mit mehr Details zukommen.<br> @Herrn Dormann: Exakt dieses Szenario habe ich bei vielen meiner Kunden mit dem e-FileWatcher umgesetzt.<br> <br> Gruß aus Neuss,&#160;<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Stamping Document via .NET

    Hi Sebastian,&#160;<br> <br> your section id should be numeric, starting at 0.<br> In your example, you only have one section, so instead of &quot;1-1&quot; you should use &quot;0&quot;.<br> Same goes for page number, the first page is page 0.<br> <br> Hope this helps.&#160;<br> <br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Docuware 7.8 Update

    Hi Ashton,&#160;<br> <br> the download is currently only available for ADPs in the Partner Portal and Partner Info. It will become publicly available next month.&#160;<br> <br> Hope this helps.<br> <br> Greetings from Germany,<br> Simon H. Hellmann<br> DocuWare System Consultant
  • RE: Formulare Auswahlliste Spalte mit Datumsfeld kann nicht ausgewählt werden

    Hallo Herr Nalmpantis,&#160;<br> <br> ich meinte direkt in der Datenquelle, also der Datenbank, nicht irgendwo innerhalb von DW.<br> Hier würde ich anstatt direkt auf eine Tabelle zuzugreifen, eine View erstellen (lassen), in welcher die Datumswerte in strings konvertiert sind.<br> An manchen Stellen tut sich DocuWare leider schwer mit unterschiedlichen Datentypen.<br> <br> Gruß aus Neuss,<br> Simon H. Hellmann<br> DocuWare System Consultant