The purpose of this function is to allow the user to update the details of entries on the 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. |
| Description | STRING | Required. The description for this entry. |
| Comments | TEXT | Optional. A series of comments for this entry. |
| Subsystem | STRING | Required. Must indicate an entry on the SUBSYSTEM table as this identifies the folder/directory where all export files will be written to. |
| 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. |