Miscellaneous (English)
Please post all ideas around DocuWare that do not fall under one of the other forums here.
22 results found
-
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 -
Generate MS Office files (Word/Excel)
It would be nice to generate MS Office files (like proposals) with pre-filled fields (like Company name, etc) from file cabinet to send it to customer.
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.
- Don't see your idea?