公告板
版本库
filestore
活动
搜索
登录
黄千龙
/
OlyMEBG
派生自
OlyMEBG
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新建修理提示信息
李彤
2022-11-17
675ad74a96337da89845179a9606116d1f32e621
[~huangqianlong/OlyMEBG.git]
/
force-app
/
main
/
default
/
triggers
/
InquiryForm.trigger
1
2
3
4
trigger InquiryForm on Inquiry_form__c (before insert, after insert,before update,after update) {
InquiryFormHandler handler = new InquiryFormHandler();
handler.run();
}