Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Request_input_accsessary_detail_info</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
ISPICKVAL(accsessary_ship__c , &quot;送(零件)&quot;),
ISBLANK(accsessary_detail__c))</errorConditionFormula>
    <errorMessage>零件寄到M-BC时,请输入具体零件内容</errorMessage>
</ValidationRule>