公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG
D C
2023-05-26
dec96e2f8b84ea04d773c0c520c39b0822912ee3
[OlyMEBG.git]
/
force-app
/
main
/
default
/
objects
/
Repair__c
/
validationRules
/
MaintenancePredictionVerification.validationRule-meta.xml
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>MaintenancePredictionVerification</fullName>
<active>true</active>
<errorConditionFormula>IF(AND(MAINITIAL__c, NOT(CONTAINS( 'BF,BF扇扫,CF,CF机械环扫,CHF,CYF,ENF,GF电子环扫,GF机械环扫,GF扇扫,GIF,HYF,JF,LF,LTF,MAF,SIF',category4__c) )) ,true, false)
&&
$User.Username !='buli@deloitte.com.cn.stagefull'</errorConditionFormula>
<errorDisplayField>MAINITIAL__c</errorDisplayField>
<errorMessage>该保有设备不可开展维保项目</errorMessage>
</ValidationRule>