Please enable JavaScript.
Coggle requires JavaScript to display documents.
ISBE enrollment periods (if serving_school doesn't equal matching…
ISBE enrollment periods
if serving_school doesn't equal
matching ISBE enrollments value
TRUE
if NO valid RCDTS matches for ALL recorded enrollments
TRUE
then ERROR - no valid enrollments found. Was RCDTS code submitted correctly?
#
#
FALSE
(no problems)
FALSE
(no problems)
if start_date NOT in any ISBE
date ranges for student
demographics enrollments
TRUE
if (this error happened)
TRUE
then ERROR - unable to validate course start date
FALSE
OLD: just change start_date so that start_date = LastEnrollmentDate (from ISBE enrollments)
NEW: ERROR - start_date not in valid ISBE enrollment window
FALSE
(no problems)
if end_date NOT in any ISBE
date ranges for student
demographics enrollments
TRUE
if (this error happened)
TRUE
then ERROR - unable to validate course end date
FALSE
NEW: ERROR - end_date not in valid ISBE enrollment window
FALSE
(no problems)
if start_date and end_date not in
SAME ISBE date range (this is really
tricky to code so we'll see)
TRUE
ERROR - course start_date and end_date must be in same ISBE enrollment period
FALSE
if home_school is blank
TRUE
CHANGE home_school so that home_school = matching RCDTS home school in ISBE enrollments table
THIS IS REALLY HARD
FALSE
if home_school not equal to matching
ISBE RCDTS home school in ISBE enrollment stable
TRUE
OLD: ERROR - home_school does not match ISBE value of "xxxxx" (write [none] if value is missing)
NEW: CHANGE home_school so that home_school = matching RCDTS SERVING school in ISBE enrollments table
FALSE
(no problems)