-
RE: Parallel Step - different users accepting different rows from SubTable
Hello Marek,
if I understand correctly, you have a table with invoice items and seperate items are to be approved by different people, e.g.:
subject amount user Bread 10,13 admin Butter 2,52 marek Cheese 3,41 simon
Now you want to assign the parallel task to all users, in this case: admin, marek and simon.
you can use an "assign data" step to create a global variable of type "User from group" (use group "public" and check "list variable") which contains all users. Then, assign the parallel task to this GV.
The assign data step should look like this:
global variable UserList Document Index Data TableField[Users]
As parallel tasks finish automatically when all users completed their tasks, you should not need any cancel conditions.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Updating Index data of document in workflow manager
Hi Steve,
your workflow sounds like you have one task which is done by different employees each time. However, this task always gets assigned to the same user who then right clicks it and uses the "reassign" function to distribute the tasks throughout the company, is that right?
In this case, I would recommend to implement an additional task which takes place before the actual decision task. Assign this task automatically to the user who distributes tasks and give them only one decision: "assign task". In the Dialog, give one field "Next User" or something like that as a "User from group (Public)". Then, assign the document to the selected user and start the next task. this way, you can put the assignment into a stamp or index data, it appears in the workflow history and it is more comfortable to use.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Possible to Increase Password Reset Email Link Expiration Timeout?
Hello Chris,
for on-premise systems, you can change this timeout, yes. The maximum is 24 hours.
However, I do not remember where to change this - it was in some configuration file on your frontend server, I recommend asking DW Support about this.
(And kindly update this thread if you found the location)
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Ausgewählte Seiten von mehreren PDF drucken
Guten Morgen Sebastian,
soweit ich weiß, wird dieses Verhalten leider seit mind. Version 6.7 nicht mehr unterstützt (mit den älteren kenne ich mich nicht aus) - vielleicht kann ein Kollege von DocuWare hier noch mehr zu sagen?
Um das Problem zu umgehen, hätte ich spontan zwei Einfälle, beide aber mit Bordmitteln nicht zu machen.
1. man könnte über einen Stempel drucken - Stempel ändert Status, Workflow löst aus und spricht einen Webservice an der von dem angewählten Lieferschein und allen, von denen die Nummer in ein Benutzereingabefeld des Stempels geschrieben wurde die ersten beiden Seiten druckt.
Ist aber ziemlich umständlich einzurichten und nachher wahrscheinlich auch schwer zu warten.
2. Man könnte den Druckdatenstrom mit einem Tool abgreifen lassen und diesen so verändern, dass dieser jeweils nur die ersten beiden Seiten druckt - aber auch das müsstest du entweder zukaufen oder programmieren.
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant -
RE: Formular: Benutzerdefinierte Einträge Datumsfelder
Hallo Herr Bittner,
das ist leider so nicht möglich.
Allerdings können Sie in der aktuellen DocuWare Version mit einer Validierung arbeiten, so dass das Formular nicht gespeichert werden kann, falls das Enddatum gleich oder früher dem Startdatum des Urlaubs ist, siehe dazu meine Beispielscreenshots.
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant
-
RE: How to backup Docuware 6.x correctly
Good morning Aaron,
yes, Phil is talking about the installed DocuWare files which reside for example in C:\Program Files (x86)\DocuWare. Not because these files are not replaceable, but because some part of the config could reside there.
However, I think he means the entire Windows System as well, so you can restore your backup as fast as possible if needed.
My usual go-to recommendation is to use VMs for the DocuWare Servers and back them up by using some tool like Veeam Backup and Restore.
Additionally, you could back up your documents and the database.
You can split your DocuWare installation to up to 3 servers, see this blog post for details: https://start.docuware.com/blog/product-news/choosing-the-ideal-docuware-server-configuration
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Search documents based only on Docuware's document ID
Hello Gilles,
i think we have a small misunderstanding here. What I meant to recommend was to do the following, given the scenario that the DW customer has neither AIX nor WF available.
1. Add a new index field (int) to your file cabinet like you usually would and call it "ID" or something like that.
2. Connect to your database and create a script/trigger which copies data from the field "DocID" to the field "ID" in the same row.
From a technical standpoint, you are not messing much with the database and the only thing which might happen is that if you have the "Index Data Backup in storage location" enabled, the data from the field "ID" might not show up in these files - which does not really matter, because the DocID already shows up there.
On the other hand, yes, you are right, there are better ways to do that - namely AIX or WF.
Yes, when you update your DW System, the upgrade might break your script/trigger, you need to check this after each update.
Regarding DW support (as far as I know): DocuWare will still provide support to your system if you do not mess up the database too much - they just won't support the parts you messed with or require you to remove your customizations before working on the database (at least that's what they say, they have not done this to me yet).
However, I can only talk about the EMEA Support team and my personal expiriences.
Regarding US Support, we might want to wait for an answer by Phil.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
RE: Integer field on dwControl
Hello Carlos,
the correct way to import numeric fields without decimal places is as following:<Field dbName="TOTAL" type="Numeric" value="31" culture="en-US" decimalPlaces="0" />
for date and numeric fields, the culture parameter is always required. You should choose the one fitting for your localization.
If you are not sure which one you should use, have a look here: http://help.docuware.com/en/#b62903t59751n92298
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
-
RE: DocuWare 7.1 - Store Dialog
Hello Edward,
1. in the configuration for the store dialog, you can click on every index field in the dialog. At the bottom, you can then choose which select lists should be used. For your scenario, you would want to unselect the "default select list" and select only your "document types". Then, you want to activate the checkmark on the bottom left which says "Only allow entries from select list" or something similar - please excuse the german screenshot.
2. For this, you want to do the same as for 1. The select list you want to use should be an external multi-column select list. in the store dialog configuration you then want to not only choose which select list to use for the specific field, but also which column to use. Do this for both fields, "Name" and "ID". In the actual dialog, it works like this: User enters "1234" in the "ID" field and then can only choose "Mr. Test" for the "Name" field. The other way round works also - User enters "Testy McTest" into the "Name" field and the choices for the "ID" field are then limited to "4711".
Find screenshots here: https://imgur.com/a/c8TUvCe
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Presentation download fails
Hello Danny,
please have a look into your partner info mail.
If you can not find this, go to the partner portal and search in the doc pool for the partner info.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant