张宇恒
2022-04-13 0fc2b1ded886d7eac96f6263c053372665e6ad00
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>Name_Isblank</fullName>
    <active>true</active>
    <description>名称不能为空</description>
    <errorConditionFormula>ISBLANK(  Name__c )</errorConditionFormula>
    <errorDisplayField>Name__c</errorDisplayField>
    <errorMessage>名称不能为空!</errorMessage>
</ValidationRule>