公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
DB202211029119 申请单延期后最新预计归还日未更新对应
Liu Cheng
2022-11-21
8c8f69c3b5bf76f23e6f5399bf0a0c4138a75a63
[~huangqianlong/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();
}