[ARCHIVED] How can you differentiate an automatic enrollment from our SIS vs. a manual student enrollment in Canvas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the enrollment_dim table, I can't tell how to differentiate students who were automatically enrolled in Canvas course sites versus those who an instructor manually added. Is there a variable in the enrollment_fact or dim table (or elsewhere) that can help with this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glen is correct, you would want to see if the sis_source_id column in the enrollment_dim is null, or filled in. Although in the documentation it mentions that the field is deprecated, I have seen that it is still being used and updated.
I would warn though that if an enrollment was added manually to a course and then later was placed in the SIS and updated via SIS, there will only be one record for that enrollment that would show the sis_source_id column filled. It will not have two records for the enrollment.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.