2020.1

Table Of Contents
l
Strings: String values will be uploaded to Docuware "as-is", without modifications.
Strings are Unicode-aware, so that non-ASCII characters can be entered as well, like
Chinese, Japanese, etc..
l
Numeric values: Numeric values must be entered using only digits 0-9, a preceding - or
+ sign and the dot as decimal separator. Any other characters are prohibited and using
them will lead to an error. The plugin will convert the value internally to match the
respective numerical format as defined inside DocuWare.
l
Date values Any date values must be entered in unified UTC format. Generally allowed
formats are:
l yyyy-mm-dd
l yyyy-mm-dd HH:MM:SS
l
Yes/No, True/False, 0/1 values: Such values may be entered as either "Yes", "1", "True"
or "No", "0", "False". Any other value will raise an error.
Also note that index names are case-sensitive.
Note
Fields with empty values will not be saved when the OKbutton is pressed.
Response
Specify an optional Workflow variable that is used to store the result.
The DocuWare plugin searches for the variable by name and sets the JSON response into the
variable.
So using dwresponse as the variable name would mean that DocuWare upload searches for
the local variable of that name.
If %{dwresponse} is used, Workflow will expand the variable and the contents would be used as
target variable.
Page 682