• Currenct symbols.

    Seth,
    DocuWare does not offer this function. While a field might be an integer or a decimal, we do not feature a curency type field.

     

    Phil Robson
    Senior Director Support Americas

  • Connect to Mail

    You do need a user name and password for Connect to Mail to connect to your mail server. Then you monitor specific folders on the server.

    Phil Robson
    Senior Director Support Americas

     

     

  • DocuWare REST API

    Hameed,

    1. I am not sure exactly what you are referring to here. Only DocuWare can login to DocuWare. Of course, a 3rd party app can leverage the DocuWare API to perform a login.

    2. Yes:
    http://[your server]/DocuWare/Platform/
    Contains the documentation for the API. The API can be obtained from Nuget.

    3. Yes

    4. Yes

    5. Yes

    Phil Robson
    Senior Director Support Americas

     

  • Workflow stamps.

    When you have configured the workflow to place the stamp automatically by filling in the form, DocuWare does its best to find white space on the document to pace the stamp. If the stamp is covering parts of the document, then you should configure your workflow step(s) to allow placing of the stamp manually. So you can either fill in the form and have it placed as best itcan, or open the document in the viewer and manually select the stamp and place it where you see a best fit. You will then fill in the fields on the stamp and not in the form.
    Automatic stamp placement will always be on the first page of the document.

     

    Phil Robson
    Senior Director Support Americas

  • Partner Portal

    The Partner Portal is currently fully accessible.
    Are you getting an error?

    Phil Robson
    Senior Director Support Americas

     

  • Forced logoff of DocuWare users.

    David,
    This is not possible in any version of DocuWare at this time.

     

    Phil Robson
    Senior Director Support Americas

  • Edit Index entries from multi-cabinet search

    Casey,
    The multi-cabinet search function has been available in DocuWare literally forever. I have never had anyone ask for the ability to edit the index entries. I cannot tell you why the function is not available. Please enter a request in User Voice if this function is important.

     

    Phil Robson
    Senior Director Support Americas

     

  • DocuWare Corporation Telephone Contact

    Please note that DocuWare Corporation is experiencing an incoming telephone call outage at our New Windsor, New York office.
    While we do not have an ETA on this situation being rectified, everything is being done to bring us back on line.
    Fortunately, we are able to make outgoing calls,so if you need to contact us please send an email with the call back number and we will contact you as soon as possible.

     

     

    Phil Robson
    Senior Director Support Americas

     

  • String to Date Conversion

    First of all you must enclosed your string in double quotes.

    GV_STR_DATE = "24/01/2018"
    Then use the CDATE Function:
    GV_DATE = CDATE(GV_STR_DATE)

     

    Phil Robson
    Senior Director Support Americas

  • workflow planning

    Robert,
    After seeing many very large and complex workflows that are difficult to analyze and troubleshoot, our opinion in support is that breaking the workflow up in to logical modules makes a lot of sense. That is for the administration. Now in your case where you have long running tasks, there is no doubt that having the processes modularized would allow in progress instances to take immediate advantage of the enhancements you make as soon as they reach that module.
    So my opinion is, yes, break it up.

     

    Phil Robson
    Senior Director Support Americas