Li Jun
2022-04-11 580549d5dace2d9982e71e18ac931febbe0428da
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}