fuyu
2023-03-06 52f362a9efd067ba31e24b30754681aabe8f991e
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}