binxie
2023-06-26 de9565270a88b0749d17c1961cd41399c8483c96
1
2
3
4
trigger OpportunitySpecialApplyTrigger on OpportunitySpecialApply__c (before update, before insert, after insert, after update) {
    OpportunitySpecialApplyHandler handler = new OpportunitySpecialApplyHandler();
    handler.run();
}