EXTGEN Listing
This form is divided into two main sections. The top section displays a read-only list and information about each extgen_ method currently in the system. The bottom section displays more detailed information about a selected method.
Top section
The top section of the form displays this information for each extgen_ method in the list:
Column | Description |
---|---|
[Unlabeled] |
This column simply displays the row number of each extgen_ method. |
Seq |
This column displays an icon summary of the state of each extgen_ method in the system:
|
Name |
This column displays the name of the extgen_ method. |
Extgen Modify Date |
This column displays the date on which the extgen_ method was last modified. |
Base method |
This column displays the name of the base method on which the extgen_ method is based (and which it has modified). |
Base Method Modify Date |
This column displays the date on which the base method was last modified. |
Code Review Level |
This column displays a brief verbal description of the current state of the extgen_ method. |
Bottom section
The bottom section of the form displays this information for a selected extgen_ method in the top section:
Field/Option | Description |
---|---|
Code Review Level |
This field displays the same information as the column of the same name in the top section. |
Name |
The read-only field to the right of the button displays the name of the extgen_ method.To view and optionally edit the extgen_ method code, click . When clicked, the extgen_ method code displays in the editable text field. |
Extgen Modify Date |
This read-only field displays the date that the extgen_ method was last modified. |
Base Method |
This read-only field displays the name of the base method that the extgen_ method extends. |
Base Method Modify Date |
This read-only field displays the date that the base method was last modified. |
button |
This button launches the Edit Stored Procedure form as a modal form populated with the name of the selected extgen_ method. You can then use that form to view and modify the code and resubmit it as the new version of the extgen_ method. |
[Unlabeled editable text field] |
This displays the code for the selected extgen_ method as it currently exists in the database. If you click , the code for the extgen_ method displays. |