web
You’re offline. This is a read only version of the page.
close

  • Forums
  • Knowledge Base
  • Status
  • Downloads
  • Support Requests
      • All
      • Web Pages
      • Forums
      • Knowledge Base Articles
  • English
    • Deutsch
    • Español
    • Français
    • English
    • 日本語
  • Sign in
  • Home
  • Public Profile

Josef Zayats

Josef Zayats

Joined: 7/7/2017

  • Forum Posts
  • Docuware Forms and NodeJS Validation

    Wed, 16 Jan 2019 17:28:52 GMT – Docuware Forms and NodeJS Validation-1547663332

    Does anyone know if using NodeJS Validation with Store dialog used in Docwuare form submission, produces the same result as using the store dialog, In other words would it pass the error mewssage to the submitter of the form? What if public user is used to submit the form?

  • Thank you, Phil

    Mon, 14 Jan 2019 18:57:00 GMT – DocuWare 7 AIX - HOW to index document from its own fields.-1547494474

    Phil,

    thank you for pointing this out to me. I got confused by the new name being Doc ID instead of DWDOCID.

    DUH!

  • DocuWare 7 AIX - HOW to index document from its own fields.

    Mon, 14 Jan 2019 18:34:34 GMT – DocuWare 7 AIX - HOW to index document from its own fields.-1547494474

    Original message removed - as it was incorrect and misleading.

    See Phil's reply.

     

     

  • Detecting Duplicates in 6.6 on-premise

    Fri, 11 Jan 2019 02:30:01 GMT – Checking for duplicate invoices-1547050162

    Steve,

    if you have 6.6 system, neither of the methods described in responses below are for you, as the new 'on-demand' (or trigger-like) Autoindexing is only available in DW 7.0 and the JSON type validation - since 6,11 (or 6.12 - not sure).

    For me the best way to detect a duplicate in an premise system always been a sql trigger (must be disabled for any Docuware upgrades per Docuware) - with the trigger you can either set an index value to say "Potential Duplicate" or use a RAISERROR command to alert user that a duplicate being stored..

    If a SQL trigger is not an option you like and you have AutoIndex module, see a method I described in another chain on how to detect duplicates in a cloud system using AutoIndex. Here is a link https://www.docuware.com/forum/english-forums/docuware-questions-about-usage-and-configuration/detect-duplicates-cloud

    Steve, let me know if you need help with either of the methods.

  • Disable realtime AV on folders

    Wed, 09 Jan 2019 12:40:06 GMT – Desktop Scan Issue-1546982037

    Craig,

    I have seen this on some installs. In most cases disabling AV on certain folders resolved. Here is an extract from KB 34997(https://docuwarekb.microsoftcrmportals.com/en-us/knowledgebase/article/KBA-34997/en-us)

    Stop Influence from Real-Time Antivirus Protection
    There is a lot of security software available and most of them protect the system by real-time scanning of file changes. This can slow down the system especially if files are checked which are no threat as e.g. database files
    Please exclude the following file locations and URL from real-time watching:
       - %ProgramData%\DocuWare\*
       - %TEMP%\DocuWare\*
       - %LOCALAPPDATA%\DocuWare\*
       - DocuWare HTTP Base URL: e.g. http://<servername/IP>/DocuWare/*

     

    Hope this helps

  • Use Docuware Validation or a SQL trigger

    Thu, 03 Jan 2019 20:51:37 GMT – Make metadata fields requried based on value in another metadata field -1546524751

    The two methods are available - each has its benefits.

    SQL trigger is not available for Docwuare Online, but can be used with any version of Docuware and requires a very basic INSERT trigger with RAISERROR command.

    Examples of Validation available here:https://github.com/DocuWare/Validation-NodeJS-samples. - this requires some development effort and for your Docuware be 6.12 or higher, but can be used with both Docuware Online and OnPremise.

     

     

  • MSSQL INSERT TRIGGER

    Sat, 15 Dec 2018 15:02:48 GMT – Default view for all users to "Open DocuWare Viewer with index dialog in new window"-1544826792

    Vinny,

    we have a similar need to change defautl client settings. But we use a MSSQL INSERT trigger on dwuser table that sets settings colum to desired value every time a new user is created.

  • Identification is done BEFORE Separation and Indexing

    Fri, 14 Dec 2018 13:29:08 GMT – DW Printer - Recognition of different types of documents at the same time-1544639073

    David,

    Reading your comments, it looks like you are expecting Docuware Printer to separate documetns first and then identify each of them for correct configuration and then Index each document per individually detected configuration.

    Unfortunately, it's not how it works. Docuware Printer identifies configuration first, one per the whole print job - then separates and indexes all documents based on that single initially identified configuration, so you really can't print a collection of different document types as a single printjob.

  • Specifying Annoatation Color

    Tue, 27 Nov 2018 20:28:11 GMT – SDK PlaceAnnotations: how do I set the colour of the annotation?-1542920366

    Jon below is an extract from Docuware provided sample for placing annotations. I added - in bold - the color modifier. Please note, the desiredcolorvalue is a 6-digit Hex number representing RGB color code (examples #000000 is Black, #FF0000 is RED, ##00FF00 is Green)

    var annotations = new Annotation()
    {
    Layer = new List<Layer>()
    {
    new Layer()
    {
    Id = 1,
    Items = new List<EntryBase>()
    {
    //Annotation that contains text
    new TextEntry()
    {
    Color = desiredcolorvalue,
    Location = new AnnotationRectangle()
    {
    Left = 100,
    Top = 100,
    Width = 200,
    Height = 200
    },
    Value = "AutoTest",
    Font = new Font()
    {
    FontSize = 10*20,
    FontName = "Arial"
    }
    },

  • Platform SDK program to place annotations.

    Tue, 27 Nov 2018 19:58:00 GMT – Stamp document with data matched by Autoindex Job-1542907183

    Shimon,

    the best way is to create a simple program that places annotations based on Index fields onto selected documents. There is an annotation program example provided in samples of Docuware Platform at http://yourserver/DocuWare/Platform/ - Code Examples section

  • ‹
  • 1…
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …15
  • ›

Get Help

Search in Knowledge Base
Ask Community
New Support Request
  • Get Knowledge

    • Online Help
    • Knowledge Base
    • Updates & Hotfixes
    • Cloud Status
    • Blog
    • YouTube
  • Get Support

    • Community Forums
    • Support Requests
    • Search & Share Ideas
    • TeamViewer
  • Get Information

    • Data Privacy Policy
    • Data Processing in Support
    • Legal
    • Disclaimer
    • Support Lifecycle Policy
    • Sitemap


Gender reference:

DocuWare communications are gender-neutral. All past and future communications issued by the company are inclusive of all gender identities, even if not explicitly stated in the wording.

 

Copyright © 2025. All rights reserved.