Event/Notification on a Grade Change
We are wanting to use the delivered Event/Notification "FINAL_GRADE_POSTED" to send an email to a student whose grade(s) has been added or changed.
It works fine when the grade is added/changed in the Quick Enroll component (QUICK_ENROLL) and the admin Grade Roster component (GRADE_ROSTER). Service Operation SSR_ENROLLMENT_SYNC gets fired from these components and the "ib" handler fires the event/notification Peoplecode.
However, when adding/changing a grade via the Faculty Center Grade Roster component (SS_GRADE_ROSTER), the service operation is not fired and no notification is generated. The "Post" pushbutton Peoplecode is shared by the GRADE_ROSTER and SS_GRADE_ROSTER components, but the code only fires the service operation if the component is GRADE_ROSTER.