公告板
版本库
filestore
活动
搜索
登录
刘成
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG
buli
2022-03-11
7ff03d2f184c7b3c9ae366381e714f234b77893f
[~liucheng/OlyMEBG.git]
/
force-app
/
main
/
default
/
triggers
/
FollowTrigger.trigger
1
2
3
4
trigger FollowTrigger on Inquiry_form__c(after update) {
FollowTriggerHandler fth = new FollowTriggerHandler();
fth.run();
}