Edit field
The configuration of the individual editing fields of an editing table contains those fields which are displayed in the tool window of WebOffice 10.9 R4 Client.
Due to a limitation in the basic technology, no information about the field length of numerical values can currently be retrieved via the REST interface. Correct input validation is not possible (e. g. 123456789 for short) and leads to an error message |
Configuration of the Edit field
Property |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Field alias |
The field name to be used for the attribute input form |
||||||||||
Field name |
Field to be used in the attribute input form |
||||||||||
Specifies whether the input field in the attribute input form is to be used as the
•Text input field (text input), •multiline text input field (multiline text input), •Selection value list (value list), •Checkbox (checkbox) •Slider (slider) •file name, •file path, •file upload,
is to be used.
Below you will find further information on the different input field types.
Text Input: This provides the end user a simple text field for input.
Multiline Text Input: This provides the end user with a text field for entering multiline values.
value list: •With this option, there are the following methods for implementing the dropdown list (arranged hierarchically, that is, methods listed first overwrite the methods below them): •Configuration of a lookup table for an edit field •Set an Esri domain/subtype to this field of the feature class or to a subtype (note that you configure the same hierarchical level for the editing fields as that resulting from domains and subtypes, i. e. the field for the domain must be one hierarchy level lower) •Configuration of Values for the Selection Value List •Configuration of the individual values for the dropdown list as edit fields
Checkbox: This option saves integer values (0=not checked, 1=checked) in the attribute field
Slider: Use the slider for numerical values, especially for rotations
If you want to use a slider, make sure the Format Definition parameter is correctly configured.
File Name, File Path, File Upload This option opens a file dialog in the client to specify a file path. For all three fields, the attribute field must be of the field type Text (string). •file name: only the filename is saved •file path: saves the entire path
•file upload: saves the file name together with a timestamp. Use this option to upload a file to a configured path.
|
|||||||||||
Determines whether a value must be entered in the input field so that the edited object can be saved. |
|||||||||||
Defines the level of the hierarchical input field, e. g. 1 top level, 2 next level below, etc.
|
|||||||||||
Allows you to set allowed selection list values for the input field directly in the project configuration. Individual values are separated by |, e. g. 3 selection values Green space, Building land and Industrial area can be configured as follows: Green space|Building land|Commercial area.
|
|||||||||||
Sorting |
Determines how to sort in selection lists. Sorting according to the field type fieldtype is possible as well as specifying a special alphanumeric sort order alfanumeric for fields of the data type String (character strings) with partly numerical contents such as real estate, parcel and house numbers. |
||||||||||
Input validation |
Determines the type of input validation if the input field type is textbox: •URL (A URL of the form http://myDomain.xxx/mySite must be entered), •filename (A filename of the form xxxx. xyz must be entered. Special characters prohibited in file names are not allowed), •email (An email address of the form xy@ab.cd must be entered), •format (entry must be made according to the format definition). |
||||||||||
You can generate a format character for user input: \n for number \c for letters, e. g. \n\n\n\n\n\n for a four-digit postcode.
|
|||||||||||
Allows you to define a specific field value as the default value in the input form. Use the following variables to use dynamic default values: •{date} for an edit field of type date inserts the current date as default value. •{user} for an edit field of type string inserts the currently logged in user as default value. If no user is logged in because WebOffice usermanagement is deactivated, the user name Anonymous is entered. •{display_name} corresponds to the name of the logged on user or anonymous if no user is logged in.
•{client_id} for an edit field of type string inserts the client identifier of WebOffice usermanagement group of the currently logged on user as default value. If WebOffice usermanagement is deactivated, the field remains empty.
|
|||||||||||
Reuse the last input value? |
Should the value assigned during the last data entry process be proposed?
|
||||||||||
Show field? |
Determines whether the field is displayed in the edit form (Yes) or not (No). The configuration value No makes sense if the field is used, for example, as a key for linking to another database. This can be useful, for example, if the field entry is passed on to an integrated external Web application (see chapter Integrated Editing Application). |
Property Edit Field
•The display of the editing fields can also be categorized as a Group of Editing Fields. •See Chapter Edit Table for information on configuring the editing table. •See Chapter Edit Table (ArcGIS Feature Service) for details to edit tables in WebOffice core client: |