公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
WLIG-CCT9UG关于市场多年保计提金调整
李彤
2022-03-31
38f646071ef8012e4229a6d5519a66c242c45718
[OlyMEBG.git]
/
force-app
/
main
/
default
/
triggers
/
OpportunitySpecialApplyTrigger.trigger
1
2
3
4
trigger OpportunitySpecialApplyTrigger on OpportunitySpecialApply__c (before update, before insert, after insert, after update) {
OpportunitySpecialApplyHandler handler = new OpportunitySpecialApplyHandler();
handler.run();
}