The Attendance Management feature is not allowing users to open the Show Periods icon for specific students, despite having the necessary permissions. 


Environment

  • User has all permissions necessary
  • Traditional Scheduling
  • No Block Schedule
  • Attendance Audit is clear
  • Course Attendance Audit is clear
  • Can be School Specific
  • May Only Apply for certain days/dates


Cause

Invalid values in MST.DY - "W" instead of "--W--" and MM - MF incorrect. 


Resolution

Update the MST.DY values


Example

UPDATE MST SET DY = '--W--', 
MM = 0, MT = 0, MW = 1, MR = 0, MF = 0, MS = 0
FROM MST WHERE DEL = 0 AND DY = 'W' AND SC = XX