• RE: Flag Duplicate Documents

    Hi Masudi,

    this is only possible using a REST Validation Webservice on storing the document.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: How to retrieve a specific/single field from a document via Rest API.

    Hi Elton, 

    as far as I know, you can only retrieve the entire field list and then filter it.
    I usually only use the .NET API (which is just a wrapper for the REST API), and even there I have to retrieve Document.Fields and then filter for the field I need. Normally I do this by using LINQ like this:
    string value = Document.Fields.FirstOrDefault(f => f.FieldName == "DOCUMENT_TYPE").Item.ToString();

    So if you only want a single field with the REST API, you probably have to parse the JSON Object and filter it.

    Hope this helps.
    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Connect to Outlook verlangt ständig "Desktop Apps verbinden"

    Hallo Herr Weissert, 

    sind die Verbindungen der Desktop Apps auch alle auf HTTPS umgestellt worden (und die HTTP Verbindung entfernt)?
    Und ist die WebConnection in der Administration auch auf HTTPS umgestellt worden?

    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Revoke automatic opening of new tasks

    Hi Masudi, 

    what do you want the system to do instead?
    Configure the respective activity, for example "Time Delay" or "Wait for event" in the workflow.
    Maybe I can give a more helpful answer if you describe your problem in more detail.

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Unable to Connect to Remote server

    Hi Goutham, 

    can you please specify the error message or open a support ticket?

    Greetings from Germany,
    Simon H. Hellmann
    DocuWare System Consultant

     
  • RE: Zeichen in einem String zählen ( WfM )

    Hallo zusammen, 

    eine weitere Möglichkeit wäre, den String anhand der Semikola zu trennen und dann die Anzahl der Elemente in dem entstandenen Array zu zählen:
    Count(GV_Mailadressen.Split(';',StringSplitOptions.RemoveEmptyEntries))
    Das hätte den Vorteil, dass es keine Rolle spielt, ob ein Semikolon am Ende steht oder nicht und man nie 1 addieren muss.
    Selbst falls durch einen Tippfehler zwei Semikola hintereinander stehen, hätte das keine Auswirkung auf das Ergebnis, weil der leere Eintrag einfach nicht mitgezählt würde. 


    Gruß aus Neuss,
    Simon H. Hellmann
    DocuWare System Consultant
  • RE: Import filename into index entry

    Hi Jojo Goodwin, 

    you do not find UserVoice requests because it is already a feature, but according to my short search of the help.docuware.com and support.docuware.com pages, it seems like it is not documented anywhere.
    I made you a Screenshot from the configuration. First, select the store dialog you want to use, then click on the field you want to fill with the filename. Click on the little "+" icon, select "dynamic entry" and choose "File Name" from the drop-down list.

    Screenshot from DocuWare Import Configuration, mapping FileName to an index field.

    Hope this helps. 

    Greetings from Germany, 
    Simon H. Hellmann
    DocuWare System Consultant
  • 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