DESKTOP-FKJ9HRB\admin
2022-03-10 0ba04044f6d898f6dc942170f09853be7b4ed3b4
1
2
3
4
trigger RentalApplyEquipmentSetCheck on Rental_Apply_Equipment_Set__c(before insert, before update, after insert, after update, after delete) {
    RentalApplyEquipmentSetCheckHandler handler = new RentalApplyEquipmentSetCheckHandler();
    handler.run();
}