Configuration (English)
Please post all ideas that concern the configuration of DocuWare in this forum (i.e. DocuWare Administration, Workflow Designer, Desktop Apps).
436 results found
-
Email notification logging
It would be nice to see when notification emails are sent.
6 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.
-
Visual improvements to Workflow Designer
I would like the ability to reorder Decisions within a task and their outputs, alter the size and shape of activities, and select a bunch of the activities and move them all at once. Right now it is very tedious and time-consuming to design a workflow that is visually clear.
16 votesThank you for your contribution. We are now working on a new version of the Workflow Designer, which will bring a whole new user experience, so we set this wish to “Planned”.
I’d like to point out that a couple of things are possible in the meantime, like reordering decision and now also reordering data assignments. Multiselect will come with the new version.
In case of changing size and shape of the activities, we are not planning to do this currently.
I’d be happy to learn why and how this would help you in your daily work. -
2 votes
Thank 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.
-
fixed select list field be copied to a new file cabinet on another system
How can a fixed select list field be copied to a new file cabinet on another system
4 votesVielen Dank für Ihre Idee. Im Augenblick konzentrieren wir uns auf andere Themen, deshalb planen wir diese Idee nicht für zukünftige Veröffentlichungen. Wenn die Nachfrage nach diesem Thema steigt, werden wir diese Idee eventuell wieder aufgreifen.
-
Using the '(ATTACHMENT)' variable in docuware will help a lot to find the proper record
Hi Team,
I have an idea that if docuware uses the '(ATTACHMENT)' variable withing the connect to outlook configuration so it will help us a lot to find the proper record in the docuware system. Because in most of the cases we sent proposal/estimate within an organization to a single personal who is in purchase department and he handle all the proposal/estimate related queries so we can't use the current available variable to find the exact proposal number but if '(ATTACHMENT)' variable is available then we can find exactly the estimate number/proposal number using the estimate/proposal name extracting from the…
3 votes -
User Reporting Capabilities
I would like to see who is using the system and what files each person has touched as well as how many people are in Docuware at any given moment.
5 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.
-
Separate the Check Out/Check In and Set As Current Version Rights For File Cabinet Profiles
Currently the Check Out/Check In and the Set as Current Version rights are bundled together as the "Check Out" right under the File Cabinet Profiles.
These should be considered as separate rights as we should be able to give users the right to Edit and the ability to set previous versions to current versions without giving the users right to Check Out a document.
5 votesVielen Dank für Ihre Idee. Wir haben es unserer Sammlung von Ideen und Funktionen hinzugefügt und werden es weiter untersuchen. Wir können derzeit nicht genau sagen, wann diese Idee umgesetzt wird. Sobald wir weitere Informationen haben, werden wir den Status aktualisieren.
-
Add basket level alerts.
I'd like it so that if a basket reaches over a certain amount of documents (or total file size) it'll email a person of choice to alert them to it. So if we have an import job that grabs files from a network location and uploads them into a "pending" basket, if it gets over say 50 it'll email someone's supervisor to alert that the documents aren't being processed timely.
5 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.
-
Would like to be able to find a Web basket by name on the server
Sometimes when trouble shooting it would be a help to know the name of the document tray when looking at the file folders on the server. We used to be able to do that on older versions. Our site recently migrated to 6.6 from 5.1b and all the web baskets have the same folder name with just a number appended. Ex. DWWebBas.000047 instead of "Accounting"
5 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. -
Ability to remove functions from right-click menu in web basket/document tray
I would like to be able to remove "Store Automatically" from certain users' web basket/tray when right-clicking on a document. Customer needs to have users change index entries when storing, and they don't want any way for the user not to change the entries.
8 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.
-
Notification
A document stored in the file cabinet ready for email notification. (so in the notification table). A user logs in during the day and approves invoice randomly… At 4pm (or whatever time you assign) however, he will still get an email notification to let him know that he has invoices to approve even though he has already completed his action. It would be good if we could remove this. What do you think?
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.
-
Ability to Export List of Users from Administration
Many of our customers have requested the ability to export the list of users from DocuWare (to CSV) with their assigned permissions (Roles, Groups, Profiles, File Cabinet profiles)
64 votes -
Change the "is different than previous page" Split option to not split if the zone is empty.
I have had multiple occasions where the first page of a new document has a customer number and the subsequent pages do not. I need a way to say that if the zone has a number in it that is different from the previous, but NOT EMPTY then split before that page. Currently, the “different than previous” option considers a blank zone a new document and this does not work for these scenarios.
2 votesThis is currently not planned.
-
Need importConfiguration on email attachments
We really nedd option to use the same importconfiguration on email attachments, because some customers receive the same document via email and via mail
1 vote -
Need an option to store just email, without attachments
See attachment, its not possible to just store the email, without the attachment
1 vote -
Add option for numeric field without commas
Can an option be added when creating a numeric filed to choose whether or not to display commas to separate thousands? There are times that having a field that shows a year is useful and the commas are not commonly used when displaying this type of information.
97 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. -
optional fields for groups or user defined tables
For index filters in profiles we often use a database view on the DocuWare Users and grups ("dwGroups, dwUsers, dwUserToGroup").
This helps to make a SQL index filter with the user-group settings.
Often the group name itself is implemented in the index filter. For example the users in the DW group with the name "grp_Accounting" are just allowed to see documents of the business unit "Accounting".
SQL index filter: CURRENTUSERLONGNAME() IN (SELECT v.User FROM View V Where (dwdata.dbo.archiv.)BusinessUnit = LEFT(3,v.groupName)
(or something like that)
If there would be a possibility to give groups optional fields we could take this information…4 votesVielen Dank für Ihre Idee. Wir haben es unserer Sammlung von Ideen und Funktionen hinzugefügt und werden es weiter untersuchen. Wir können derzeit nicht genau sagen, wann diese Idee umgesetzt wird. Sobald wir weitere Informationen haben, werden wir den Status aktualisieren.
-
CDN with Fallback to Local Script Repository
Starting with DW 6.6 Hotfix 8 DocuWare the Web.Settings flag "UseLocalCDN" has been set to "false". Quote: "For better performance you should disable this flag. If the flag is disabled, the fat JavaScript libraries are downloaded from Google CDN orother CDNs." There should be a fallback option just in case external CDN are blocked or unavailable.
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.
-
send a single notification to a specific time and show all documents as a "task list"
by reminder or expiration date, send a single notification to a specific time and show all documents as a "task list", this because when working with many documents, is not friendly to receive many emails at once.
additionally, there is no need to change the document task because reassign not imply skip the task
19 votes -
Connect 2 Mail to also allow the usage of .msg not just .pdf and .eml
I think it is great you added the .eml to the Exchange configuration in Coonect2Mail feature of 6.6.
However the .eml extension does not allow for forward/reply/reply all from the right-click context menu. This is currently allowed with an Active import and Connect2Outlook stored emails.
The only way to forward/reply/reply all is to edit the document. This causes a security concern for users that do not have the edit right/ however they were still able to forward/reply/ reply all from the context menu.Please look at adding the emails as .msg again from the C2M module.
5 votes
- Don't see your idea?