binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
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>RequireAWSDataId</fullName>
    <active>false</active>
    <description>没有AWS_Data_Id__c的新建和更新需要报错,防止数据泄漏</description>
    <errorConditionFormula>ISBLANK(AWS_Data_Id__c) &amp;&amp;  ISNEW()</errorConditionFormula>
    <errorMessage>没有AWS_Data_Id__c,修理需要经过PIPL改造,请通知管理员</errorMessage>
</ValidationRule>