Views:
Question:
Is it possible to use a non-default MSSQL schema (DBO is the default) be used in a database connection?

Answer:
By product design, this is not possible as the database schema must be "DBO". Any other schema is not supported to work with the DocuWare. The table will not appear in the table list when using Autoindex or select lists.

Create database view under the "DBO" schema that pulls the data from the non-default schema table which will make the data accessible.

KBA applicable to DocuWare Cloud & On-premise Organizations.