buli
2023-06-27 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e
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>Clone_Requires_QIS_Pre</fullName>
    <active>true</active>
    <description>在复制时请输入QIS管理号码(原QIS号码)。</description>
    <errorConditionFormula>AND( ISCLONE(),ISBLANK( QIS_pre__c))</errorConditionFormula>
    <errorDisplayField>QIS_pre__c</errorDisplayField>
    <errorMessage>在复制时请输入QIS管理号码(原QIS号码)。</errorMessage>
</ValidationRule>