Registration Status Processor

The Registration Status Processor will support Registration Status changes for SIS that are on older endpoints. This will run nightly and bump the version of the student school enrolment when a status change is determined due to the passage of time.

See Status Processor for an overview of this processor's functionality.

Information Consumed

Processing Logic

When the Registration Start Date equals to current date or Registration Exit Date equals to the current date less one day:

  • touch the student school enrolment record to increase the row version.
  • Do not update the last update UTC time.

In addition, update the student school enrolment trigger record to increase the row version. No audit records are required.

Processing Output

  • Updated student school enrolment record - to increase the row version.
  • Updated student school enrolment trigger record - to increase the row version.

No audit records are required.

Validation Rules