GPSelector (ver6.2.0)
Details how earned credits are funneled into the GradPlan's nodes. Referenced by GPCriteria and GPTarget (which credits are selected, and where they go).
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Description | 6.2.0 | Varchar2(80) | Brief description of what this selector selects (displayed in "What satisfies this" area of the Progress screens). |
GPVersionID | 6.2.0 | Number(10) | Foreign key to GPVersion.ID. |
GradeLevels | 21.4.2.0 | Varchar2(80) | Delimited list of grade levels in which the requirements can be fulfilled. Optional. |
ID | 6.2.0 | Number(10) | Unique identifier. |
SortOrder | 6.2.0 | Number(10) | Order of selectors. If multiple selectors select the same credit (ex, both include the same course), the lower sort order will actually get it. |
WhenCreated | 6.2.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. |
WhenModified | 6.2.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. |
WhoCreated | 6.2.0 | Varchar2(100) | The user login that created the record. Defaults to database user. |
WhoModified | 6.2.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. |