Li Jun
2022-04-27 cc8faead523007deca7e0bded6967e8fc1f4c6bb
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}