Add/Edit field

This dialog allows you to add/edit a document field.

You can use RRTs in all settings in this dialog box.
Option Description
Name Enter the field name.
Type Enter the field type manually or select from the list of display names, represented in the Field types table below.
Value Enter the field value. This text box cannot be empty for the fields of Dates and Numeric types. The following representation should be used for specifying the field value:
  • For Memo type, a value should be represented as a multiline text.
  • For Text type, a value should be represented as a text string.
  • For Keyword type, a value can be represented as a multiline text in which every line is as certain key. When an RRT is used, the embedded newline characters (\r\n in C-style code, or ASCII codes 13, 10) are used in this manner, unlike in other scenarios where it is replaced by 
.
  • For Date type, the localized system format should be used.
  • For Numeric type, a number can be represented with a simple record using '.' or ',' character as decimal point symbol according to the localized system format. A decimal point is placed automatically after closing the Add Field or Edit Field dialog box. Number of digits after a decimal point is defined in the special field’s property on the server.

Field types

The following table describes the possible field types with their display names and Internal names:
Display name (English) Internal name DocuWare type name
Memo Memo Edit field
Text Text Text 1...Text 255
Keyword Keyword Headwords
Date Date Date
Numeric Numeric Numeric
The component stores the internal name of the type in the configuration, since display name can be translated to another language in a localized version of the component.
The maximum number of characters for the Text type is 255. The DocuWare server administrator can configure a different maximum number of characters by reducing the predefined maximum. There are the following restrictions about this text field:
  • When you exceed the maximum number of characters for the text type while using Web Services connection type, routed documents will be uploaded to the DocuWare server at run time, but the value of the text field will be cut up to the configured maximum number of characters.
  • When you exceed the maximum number of characters for the text type while using Windows client connection type, routed documents will be rejected at run time and an error message will appear.