黄千龙
2023-03-28 083202a12647b4f1f8545b8e7bc423bc035786a2
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>