It is often the case that certain fields must not be edited. In this case it is not necessary to display such a field.
Field not Editable
User requirements specify that a field must not be visible in edit mode. In order to achieve this set Editable property of the field to False.
Example (MxSpace)
In the user interface for managing locations field Date must not be displayed in edit mode. To see the implementation of an editable field in MxSpace application click Code Lists -> Locations. See that the field Date is not displayed in the editor.
To make a field not visible in edit mode
- Open appropriate adapter (LocationAdapter) in Solution Explorer.
- Select the desired field (Timestamp) in the appropriate data source schema (Location).
- Set Editable property to False.