-
RE: Workflow soll zusätzliches Dokument erhalten
Hallo Herr Egberts,
auch in der Aufgabenliste im Workflow haben Sie die Möglichkeit ein Dokument zu klammern.
Allerdings ist es aktuell nicht möglich, den Benutzer dazu zu zwingen ein weiteres Dokument anzuhängen, bevor er die Aufgabe bestätigen kann.
Es bestünde höchstens die (umständliche) Möglichkeit dem Benutzer eine Aufgabe zum klammern zu geben und im Anschluss über einen WebService über die API zu überprüfen ob das Dokument wirklich angeklammert wurde - falls nicht, wird die Aufgabe zurückgeschickt.
Gerne können Sie auch einen Vorschlag auf der Uservoice hinterlassen: https://docuware.uservoice.com/
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant -
RE: Mobile Client Sign On
Good Morning David,
you are correct, the user has to sign in once in the app (or both apps if they use paper scan as well), and only have to confirm their login information again if the username, URL or password changes.
Besides that, the user just stays logged in, no matter if the app is closed and restarted or the phone is rebooted.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Using MS SQL Statement for File Cabinet Profile
Hello Daryl,
I have done something similar about a year ago, I can look up my statements over the weekend.
However, the way you are describing does only work for groups. If you would want to check if a user is in a certain role, you need to go a different path, as a user can either be directly in a role, or be in a group which is in a role.
So you actually have the following tables for this:- DWUser
- DWUserToGroup
- DWGroup
- DWGroupToRole
- DWRole
- DWUserToRole
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Smart Connect auf eine Liste anwenden?
Genau, der Haken kann nur gesetzt werden, bevor der Screenshot erstellt wird - warum auch immer...
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant -
RE: Smart Connect auf eine Liste anwenden?
Hallo Herr Hahn,
Listenansichten sind immer ein Problem bei Smart Connect, da SC normalerweise an einer fixen Stelle ausliest. Entweder können Sie hier einen Anker so setzen, dass der Auslesebereich immer auf dem korrekten Eintrag ist (normalerweise nicht möglich) oder mit der Option "markierter Text" suchen.
Falls beides nicht möglich ist, können Sie die Listenansicht so mit SC nicht nutzen.
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant -
RE: Upgrade Problem
Hi Bernie,
yes, as Gilles said, this is definitely an A-priority support ticket for DocuWare. I have had several problems while updating, and all required extensive troubleshooting on the server.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Import job failures
Hi Steve,
yes, this is the default tray for the user running the import. As far as I know, there is no way to use several "failure"-trays for different jobs.
Also, I have not seen much specific documentation, I only know of what you can find in the KB and on help.docuware.com
The most common problems when failure sends the document to the tray, but not to the cabinet are the following:
1. missing required fields
2. wrong data type (e.g. storing with .dwcontrol file which tries to write a date into a decimal field, text into anything works fine)
3. field entry is not from select list (when enforcing select lists, might be case sensitive here)
4. when storing with .dwcontrol, an empty decimal, date or keyword field might not get parsed correctly - better to leave it out from the .dwcontrol completely if empty
Those are the problems I usually face here.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: Unterstützung für das neue Grafikformat HEIC des Apple iPhones
Hallo Herr Fleckenstein,
ich habe das gleiche Problem und daher gerade hier einen Post auf der Uservoice erstellt, lassen Sie doch gern einen Vote da.
https://docuware.uservoice.com/forums/230570-client-english/suggestions/39371278-heif-heic-image-support
Gruß aus Neuss,
Simon H. Hellmann
DocuWare System Consultant -
RE: Sending one document to different users separately
Hello Michael,
for this scenario, you could use a workflow with a parallel task. A parallel task only finishes when every user it is assigned to completes the task - or if a special condition is met. This way, the manager only needs to store one document which starts a workflow - which sends 5 instances of one task to the users.
Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant -
RE: DocuWare Cloud - Integrated AP Invoice Posting to Sage Timberline
Hi Chris,
these are parameters which should get passed along from the workflow designer. As you can only push global variables to a webservice, you need to put this data into a global variable. You could set the path as a fixed value in an "assign data" step and the content with an arithmetic expression in an "assign data" step.
You could also modify the function to accept multiple parameters instead of just a parameter "content" - like "name", "amount", "account", "invoiceNo"...
Then you could parse these like you wish inside the webservice - that might be easier than doing so in WF designer.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant