A new form has been created
After setting the branch target pages, the Create Form wizard displays a summary page of all our choices and allows us to Finish. The wizard creates a new, almost completely functional form.
Note
I'm only using the word 'almost' because the wizard doesn't create Form Validations other than the NOT NULL
validations on items that are defined as not nullable in the Oracle Data Dictionary. As Validations can be crucial to the health and integrity of our data, you are encouraged to check if the wizard has generated Validations (if any) and manually add the necessary and missing ones (if any).
In the next section, when we review the generated form, we'll see that in some cases we might also need to change the display type of some of the form items. However, the form will work just fine, even without these changes.
Now, let's examine the wizard-generated features and attributes of this newly created form.
The Page Rendering phase
The next page contains a screenshot of the...