binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Limitation_Of_Num_Of_Opportunity_Name</fullName>
    <active>false</active>
    <description>引合名は15文字以内とする
2013/01/10
引合名は20文字以内に変更
 
2013/02/17   データ移行がうまくいかないので、無効とする
         一時的な対処ではなく、恒久対策とする</description>
    <errorConditionFormula>And(Len(Name) &gt; 20,
$User.Batch_User__c = False)</errorConditionFormula>
    <errorMessage>引合名が長すぎます。20文字以下にしてください。</errorMessage>
</ValidationRule>