sunxia
2022-11-21 0fd788ee4e392c702c15ac9e1754e0a94770de8f
1
2
3
4
trigger RentalHpDeptUpd on Rental_Apply__c (before insert,after insert,before update) {
    RentalHpDeptUpdHandler handler = new RentalHpDeptUpdHandler();
    handler.run();
}