SFEE_DeleteFeeLines_TDTM
Student Fee trigger handler/TDTM to delete Fee Lines
Table of Contents
Custom Permission | None |
Event | BeforeDelete |
Object | Student Fee |
Related RIO Education Settings | None |
Description
Introduced in v3.14, this class serves to improve the convenience in deleting Student Fee records.
When a Student Fee record is deleted, its child Fee Lines will be automatically deleted as well.
Use case
This class can be used along with PREN_DeleteStudentFee_TDTM, to help the user to automatically delete all the Student Fee records under a Program Enrollment, in a single action.
When the user deletes a Program Enrollment, the PREN_DeleteStudentFee_TDTM will automatically delete the related Student Fees.
And when that happens, this class will then be triggered to automatically delete the Fee Lines (the child records of those deleted Student Fees).