fuyu
2023-01-05 c2c5fc25aa9e92a0ab8ebcea4e01a176359d2f78
1
2
3
4
trigger LostCancelReportTrigger on Lost_cancel_report__c (after update,before update) {
    LostCancelReportHandler handler = new LostCancelReportHandler();
    handler.run();
}