Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enrollment is a class creates the STDNT_ENRL record. One of these records is created for each class in which the student enrolls or waitlists. Also, if a student enrolls in a class and subsequently drops that class, the record does not disappear, but the status, STDNT_ENRL_STATUS, will change to dropped. Therefore, it is imperative to check the STDNT_ENRL_STATUS for the value of 'E' (enrolled). A student may have many enrollment records but if none of those records has a status of enrolled (STDNT_ENRL_STATUS = 'E'), then the student is not enrolled for the term. The three statuses are have shown below:

Field ValueTranslate Name
EEnrolled
DDropped
WWaitlisted

...