Hello hanspumpel
hanspumpel I've found the rollover ID column in the Staff table
The ROLLOVER_ID
column is useful if you want to retrieve past year's user IDs.
Users are rolled. So if a user had an account in the past school year, after Rollover, he will have a new entry in the staff
table.
To get users for the current school year, you must also query the SYEAR
column.
About the students_join_users
table:
- user IDs in this table will match the ones in the
staff
table for the current school year.
- user IDs are updated during Rollover, after rolling users.