DESKTOP-0K9VGFE\hp
2022-03-11 6d766b0c8e9b31e7e03ffd344a94c2851aa9beb9
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>DeliveryCompany_Required</fullName>
    <active>true</active>
    <errorConditionFormula>IsBlank(Text(DeliveryCompany__c))</errorConditionFormula>
    <errorDisplayField>DeliveryCompany__c</errorDisplayField>
    <errorMessage>必须填写【物流公司】</errorMessage>
</ValidationRule>