Miscellaneous (English)
Please post all ideas around DocuWare that do not fall under one of the other forums here.
21 results found
-
Create groups and roles via API/REST
It should be possible to create groups and roles like it is possible to create users via API/REST.
User synchronisation already uses a function to create groups.
Either a developer should have the same feature or user synchronisation should be able to create a role named like the group and connect the two.4 votes -
Detect A Document With Base-64 Encoding And Decode It Before Displaying It
Many Third Party applications that do API integration want to use Base-64 encoding when transferring documents. Unfortunately, DocuWare does not decode the Base-64 before the document is stored. Therefore, it is desired to have the DocuWare web client support Base-64 and decode a document for display in the web client.
The specific use case that the client is seeing is a SalesForce implementation. SalesForce can only send the document using Base-64 encoding. In this case it is going through middle-ware that was built on the Oracle Service Bus. The client has decided to implement a workaround where the OSB application…
4 votesThank you for your idea. Right now we are focusing on other topics, so we are not considering this idea for future releases. If the demand for this topic increases, we might add it to future plans.
-
Integration with Acumatica
We are migrating to Acumatica for our accounting system. There are multiple document management vendors that integrate with them. It would be great if DocuWare had an integration as well.
1 voteThank you for your idea. Right now we are focusing on other topics, so we are not considering this idea for future releases. If the demand for this topic increases, we might add it to future plans.
-
Improve stamps trigger validation on edit dialog
On previous docuware version (6) on applying stamps cause validation trigger if the stamps is configuring to change a field.
The idea is to bring back this behavior to docuware 7, this is extremely great on cases that document need to be validated if need a specific stamp.
Now if change a document on result list using stamps this not occurs but if you edit index on edit dialog the validation occurs.
14 votesThank you for your idea.
Right now we are focusing on other topics, so we are not considering this idea for future releases. If the demand for this topic increases, we might add it to future plans. -
Ability for token based authentication when using the API
It would be able to use token based authentication such as Oauth2 to connect to the APIs rather than needing to rely on user name and passwords.
34 votesThank you for your idea. We added it to our collection of ideas and features and will further investigate it. We currently cannot say exactly when this idea will be implemented. As soon as we have more information we will update its status.
-
Allow The Folder Structure Dialogs to be accesable by URL integration.
Seeing as more and more parts of DocuWare are directly accessible by URL Integration it would be nice for the Folder Structure dialogs to be directly called by an URL Integration as well.
13 votes -
DocuWarePlatformApi should exist as a .NET standard library
The DocuWarePlatformApi is currently a ".NET framework" library. It should exists as a ".NET standard" library for compatibility purposes.
3 votes -
Docuware integration with Salesforce
Docuware integration with Salesforce
27 votesThank you for your idea.
Right now we are focusing on other topics, so we are not considering this idea for future releases. If the demand for this topic increases, we might add it to future plans. -
Support for S3 and OpenStack-compatible object storage protocols
Docuware should support data access using S3 and OpenStack-compatible object storage protocols. These are currently the most popular standards for accessing cloud storage and is becoming increasingly popular on premise. OSS would create accessibility and compatibility between internal and external space. This would allow users to tier and expand their on premise space to extend to the cloud in case of failure or WAN. If done correctly Docuware could connect on premise systems to CLOUD systems for live fallback, syncing & mirroring as well as other benefits.
7 votes -
Develop a new connector from Kodak Capture Pro (Kodak Alaris is interested in this also)
Kodak Capture Pro software used to have a connector to output indexed batches to DocuWare. That is no longer available. Many high volume scanning departments and service bureaus use Capture Pro. Kodak Alaris is interested in developing this again. A DWControl file format is probably the easiest and most easily understood way to accomplish this.
3 votes -
substitution lists
It would be good to have API access to substitution lists and substitution rules
5 votes -
Attach file on the begin of existing Document via Platform API
Multiple customers want to see the last file attached to the existing document as the first in the viewer. This would make sense for a method similar to the existing AddDocumentSections, which adds new sections to the begin of the document.
2 votes -
Ability to create custom actions
Sometimes we want to perform actions that DW doesn't provide out of the box. In those cases we usually create external processes making use of DW Platform API.
What I propose is to allow developers to create custom actions that users can use in web client when they right-click a document or entry from a result list so that custom code can run in synchronous fashion.
22 votesThank you for your idea. We added it to our collection of ideas and features and will further investigate it. We currently cannot say exactly when this idea will be implemented. As soon as we have more information we will update its status.
-
Support CMIS
Everything in the title
15 votesThank you for your idea. Right now we are focusing on other topics, so we are not considering this idea for future releases. If the demand for this topic increases, we might add it to future plans.
-
send byte array using Platform .NET API
Currently using docuware platform is not possible to send files without saving them to disk, it would be grait to send files using byte array or streams.
Docuware Platform
19 votes -
Professional Query with Platform Services
The platform services should support searching a file cabinet with a query string (in GAPI called ProfessinalQuery), so that queries in the form
([STATUS]=EMPTY() AND [DOKTYP]="INVOICE")
OR
([STATUS]="VALID" AND [DOKTYP]="INVOICE-SIGNED")are possible.
31 votes -
Replacement for Office Add-In
There should be a replacement for Office Add-In's. I have several customers that used this feature until it quite working correctly with excel documents.
10 votesYour idea has been added to our backlog. We are now further investigating the idea.
-
URL Integration for Full Interface
It would be nice to be able to use URL integration to point someone to a specific part of the full interface. I would like to be able to have a URL that goes to the full interface, but directs people to the target part.
I want to be able to put someone in their document tray tab, without specifying a document tray guid. I want to be able to put someone in the tasks tab, without choosing which workflow they see first. I need to be able to do these things without removing the other interface options.
6 votes -
URL builder - IN statement
REQUEST:
Add the ability to use an "IN" statement when calling Docuware through URLs.REASON:
Queries will fail once you exceed the length limitation. It is not uncommon for us to have the query portion of the URL in the thousands of characters. The main cause is repetition of field names.EXAMPLE 1 (simple):
A query that currently looks like:
([documenttype]="FAI" or [documenttype]="FAI-R" OR [documenttype]="GMTX" OR [documenttype]="RECEIVER") [document_id] = "123"would be shortened to:
[documenttype] IN ("FAI","FAI-R","GMTX","RECEIVER") AND [documentid] = "123"
EXAMPLE 2 (actual generated query):
([DOCUMENTTYPE]="Sales Order" AND [DOCUMENTID] LIKE "090918*"…1 vote -
Append document in front from file system
Currently it is only possible to append documents in front of another, already archived document by having the documents which you want to append in a basket or filecabinet.
We would like to have the possibility to use a file from filesystem or simply a stream instead of uploading the file to a basket first.
4 votes
- Don't see your idea?