buli
2023-06-27 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e
force-app/main/default/objects/ODS__c/validationRules/Name_Isblank.validationRule-meta.xml
@@ -2,8 +2,8 @@
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Name_Isblank</fullName>
    <active>true</active>
    <description>名称不能为空</description>
    <errorConditionFormula>ISBLANK(  Name__c )</errorConditionFormula>
    <description>名称不能为空!</description>
    <errorConditionFormula>ISBLANK( Name__c )</errorConditionFormula>
    <errorDisplayField>Name__c</errorDisplayField>
    <errorMessage>名称不能为空!</errorMessage>
</ValidationRule>