The Find Course dialog allows a user to identify and select the required course when working with course information.
It is generally used in the Course Code Input with Find Course control.
The screen that utilizes this control can pass in the following parameters to the dialog:
The dialog has been implemented following the PASIprep Dialog - Find guidelines.
Since Find Course is a dialog, access to the dialog is managed by the page that opens the dialog.
The search function allow users to search for relevant courses based on indicated criteria.
The following information is available in this section of the screen:
Field | Usage Notes |
---|---|
School Year | School Year is displayed as a read-only value and is provided from the screen using this dialog. |
School Name | School name is displayed as a read-only value and is provided from the screen using this dialog. If the screen did not specify a school, this field will be hidden. |
Course | Required field for search. User must enter a minimum of 3 characters. |
Once the data is entered, pressing the search button at the top of the section, will cause PASIprep to find retrieve and list potential matches (if the search form passes client side validation).
PASIprep will take the Course value entered by the user to find all courses that are valid in the selected School Year that contains the Course value string entered in one of the following fields:
Courses matching the search criteria will be shown in the data grid.
The following information is available in this section of the screen:
Field | Data Format | Behavior |
---|---|---|
Course Code | Displays the Course Code of the Course. The Course code links to the View Course information. | Visible by default |
Course Description | Includes two lines of text:
| Visible by default |
Subject | Includes two lines of text:
| Visible by default |
Discipline | Includes two lines of text:
| Visible by default |
Offered in | Displays if the course is being offered by the school during the school year displayed in the search criteria ( The value is 'Yes' if the course is associated to a Section for the School and School Year; it will display 'No' otherwise) | Visible only if School is provided |
In case of no results, the grid will be empty.