• The Version Trap.

    Joe,
    You fell in to it. With Automatic Versioning, do not Check In or Out. That immediately disables automatic versioning for that document, and cannot be re-activated. It is by design, and is mentioned in the Online Help for versioning.

    Phil Robson
    Senior Director Support Americas

     

  • Client browser cache.

    Definately clear the local client browser caches. Reset IIS to reset any caching there too.

     

    Phil Robson
    Senior Director Support Americas

  • Page Count.

    You are right. No native solution. You need a custom field and a strategy to fill it. Another trip to User Voice?

     

    Phil Robson
    Senior director Support Americas

  • Microsft Edge.

    This is hardly a DocuWare feature. Never have you been able to drag directly from Outlook to a Web Browser before Edge. Edge is still not the primary recommended browser for DocuWare. I am not sure why you would expect DocuWare to document the feature and not Microsoft - both are their products and that is a Windows function.
    I'm not embarrassed. I'm glad someone discovered the feature.

     

     

    Phil Robson
    Senior Director Support Americas

  • Your target date variable

    Your target date variable should be a string type. UKDate = String type.
    UKDate = Format(GV_DocDate,"dd/MM/yyyy")

     

    Phil Robson
    Senior Director Support Americas

  • Date variable problem

    First this is not to do the arithmetic function in the SAME data assignment as you use to set the Gobal Variable.
    Add another data assignment step AFTER assigning the variables. The reason is that there is no order to the assignment of the variables, and your arithmentic function is executing BEFORE the variable is assigned.
    Secondly, do not convert the date with Cstr. Just use: Format(GV_DocDate),"dd/MM/yyyy")

    Phil Robson
    Senior Director Support Americas

     

  • Updating values directly in the database.

    Workflows are triggered by Content Server. If Content Server does not perform the update then it will never be detected. You must ensure that DocuWare performs the update. You could have your external process update a different field, and have Autoindex run and look for a specific value in the other field, and when found set the status to the desired value. The workflows will then trigger.

     

    Phil Robson
    Senior Director Support Americas

  • Workflow Manager Tasks

    John,
    A DocuWare administrator does not automaticall have access to workflow tasks. In each workflow you must add the user as a Controller.

     

    Phil Robson
    Senior Director Support Americas

  • Autoindex Schedule.

    Steve,
    Yes I believe that to be the case.

     

    Phil Robson
    Senior Director Support Americas

  • Platform API

    John,
    While there is some backwards compatibility, I believe the 6.6 and 6.10 are too far apart. The App(s) ideally should be recompiled and tested with the 6.10 Nuget package.

     

    Phil Robson
    Senior Director Support - Americas