buli
2023-06-05 125e6a5936a48d318603617d0df8ffcc2d129372
1
2
3
4
trigger OpportunitySpecialApplyTrigger on OpportunitySpecialApply__c (before update, before insert, after insert, after update) {
    OpportunitySpecialApplyHandler handler = new OpportunitySpecialApplyHandler();
    handler.run();
}