Miscellaneous (English)
Please post all ideas around DocuWare that do not fall under one of the other forums here.
75 results found
-
API methods to create roles / groups / File Cabinet
Hi,
I need to create roles / groups and File Cabinets easily and quickly. To do so it would be nice to have the API method.
I know it's not recommend to use the method I can found in the web browser (for instance : DocuWare/Settings/SettingsService.svc/jwt/SaveRole).
I kind of understood that I need to get the token with the grant type "authorization_code" to use such kind of request. I understood that you are not willing to give that method to the community yet.
In my current project I had the idea to have an Axon Ivy over Docuware to materialize…
4 votes -
Support for ISDOC e-Invoice variant of EU standard EN 16931 (EU Directive 2014/55/EU)
Docuware supports some EU variants of e-Invoicing.
Please add support variant for Czech Republic called ISDOC
https://www.mvcr.cz/isdoc/
https://cs.wikipedia.org/wiki/ISDOCISDOC is also like others based on XML.
It can be 3 types:
XML file with extension (suffix) *.isdoc
XML file with attachment (archived in ZIP) and extension *.isdocx
PDF file with embedded XML data, extension *.pdfExtension ISDOC is similar to XRechnung variant.
Extension PDF is similar to ZUGFeRD.Suppliers can choose if they send to customer *.isdoc or *.isdocx or *.pdf.
If supplier sends ISDOC compatible invoice, most of them use *.isdoc (some use *.pdf with embedded XML data).
Currently…1 vote -
Configuring a third party IdP for Oauth 2 API Authentification
It would be nice to be able to configure the third party authentifcation software which is trusting the connection while connecting in Oauth 2.
Instead of using Docuware Identity the token could be release from an IdP like Ping Federate.
Also, it would be nice to be able to use clientcredentials instead of password for the granttype method.3 votes -
Voice support to search document or information
As most PCs are laptops and all of these have microphone for videoconference and a lot of people use earphone or similar allways for meeting, why do not use the voice to look for a document, a practice or to move on in a workflow?
With the introduction of A.I. in a DMS system it is no longer necessary to have structured data such as indexes. Then look for a document or go to the workflow steps just with the voice, it may be more efficient.2 votes -
Audit log event - Export CSV from Results Dialog
Hi,
There's no audit log event in DocuWare when you export a CSV file from a results dialog. There are for opening, editing, emailing, downloading documents but not the metadata that links to them which might be GDPR related.
1 vote -
Delete users via API (Platform)
Currently, using the docuware platform, it is not possible to delete users. This will be useful in case of bulk deletion.
1 vote -
API - Ability to create objet (File Cabinets, Roles...)
There is no API documentation for the creation of DocuWare objects using the API. That would be very usefull to create File cabinets, roles, add indexes... with the API
3 votes -
Restyling User Interface
It would be nice to have a complete restyling of the User Interface to have a more enjoyable "look and feel" and a modern User Experience.
In addition to the colors and icons, e.g., also to have a way where the U.I. is "self-configuring" by the user: the user, based on rights, may add buttons or icons (such as Micorsoft environment in Business Central) also for external functionalities (e.g. Mail, ERP, Company applications). This to have Docuware as main interface to your work.1 vote -
Interface paginée de gestion d'utilisateurs / Groupes / Rôles
lorsque l'installation contient un nombre extrêmement important d'utilisateurs (supérieur à 40k), ainsi qu'un nombre très important de groupes et rôles, il est difficile de manager cette partie.
Est-il possible d'optimiser cette gestion utilisateurs / groupes / rôles par de la paginations par exemple ?3 votes -
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 -
Additional features in User Management
Can DocuWare add a feature to split the responsibility of user management into user management, role management, group management?
23 votes -
Search function within the Partner Portal
Provide a search function within the partner portal to locate subscribers for which we are the DocuWare partner of record / direct support.
2 votes -
Electronic Signature integration with Adobe Sign
e-signature support with Validated ID and DocuSign are great, but we need to do this with Adobe Sign. It is a similar process. Adobe provides the API and we can provide technical support and real-world testing.
13 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.
-
User synchronization account must be Organization Administrator
The account used in user synchronization must be Organization Administrator in order to automatically assign licenses to the created users.
It is not desirable to make a service account, whose password is stored in a decryptable way, always organization administrator.
1 vote -
Farsi Language support in OCR
Hello,
Because our clients in Georgia, Azerbaijan and Tajikistan deal with a great amount of Documents that are in Farsi Language. I suggest that you please consider including Farsi language support in docuware.Thank you in advance
1 vote -
Workflow Designer - Add a Workflow Fields tab to emails/Conditions
I think it would be beneficial to allow information from a Workflow Field from a Task to be copied to an email/condition. I'm trying to write an automatic email based on either a "Yes" or a "No" from some Workflow Fields. Only fields marked "Yes" will be included on the email. Currently I have to copy the Workflow Fields to GVs and then create additional GVs for each of them each with a fixed entry of "Yes". Then make a condition that checks if the original GV matches the other GV. If it does, then it will be placed on…
3 votes -
Access multi column select lists from .Net platform api
I'm writing a external component that check documents in the user tray.
If Intelligent Index confidence is greater that 90% i would like to complete indexing of "manual" input fields and confirm archiving.It would be great if i could select a value for fields linked to multi columns lists too, filtering values by other document indexes.
Actually, it seems that you can programmatically select values only from single column lists.
4 votes -
API to return all file cabinets with users and rights
As requested by external auditors, we need to develop a report to list all file cabinets with users and rights assigned. According to the support analyst in SR-138877-R8P1T, the only available solution using existing API's is to connect as each user and run the existing classes and methods. However that solution is not possible as per company policies users are not allowed to share their credentials.
We were able to get the file cabinets and the rights for the connected user only with the code below, but it is necessary to get the same for all users and all file…
7 votes -
Arabic text support with DocuWare forms
When merging a DocuWare Form with PDF Form, and filling form fields with Arabic text, the text appears backwards in the generated PDF file and the letters are not connected. I appreciate if you can support Arabic and other RTL languages when merging forms.
2 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.
- Don't see your idea?