KKbes
2023-07-19 ccd7b0b9f89d2b2538eb5bcdb21eec413061942b
1
2
3
4
trigger AccountDelayApplyTrigger on Account_Delay_Apply__c (before insert, after insert, before update,after update) {
    AccountDelayApplyHandler handler = new AccountDelayApplyHandler();
    handler.run();
}