The purpose of this function is to allow the user to update the details of entries on the DICT_DATABASE table of the data dictionary.
This form is accessed by an option on the navigation bar in the List Database screen.
For a complete description of how this type of form works please see Transaction Pattern UPDATE 1.
| Field Name | Type | Description | 
|---|---|---|
| Database ID | STRING | Required. Primary Key, as loaded by the IMPORT function. | 
| Name | STRING | Required. The name for this entry. | 
| Description | TEXT | Optional. A description for this entry. | 
| Subsystem | STRING | Required. Must indicate an entry on the SUBSYSTEM table as this identifies the folder/directory into which all export files will be written. | 
| The following fields are set automatically by the system: | ||
| created_date | DATE+TIME | The date and time on which this record was created. | 
| created_user | STRING | The identity of the USER who created this record. | 
| revised_date | DATE+TIME | The date and time on which this record was last changed. | 
| revised_user | STRING | The identity of the USER who last changed this record. |