Li Jun
2022-04-21 03a6b8730cde75e4c42634b676c96dd9caeda07f
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Not_Update_Asset</fullName>
    <active>true</active>
    <description>営業(華東含む)は納入機器を変更できない。
 
変更前
And (ISCHANGED(Delivered_Product__c),  $Profile.Name =   &quot;102_销售担当&quot;)</description>
    <errorConditionFormula>And (ISCHANGED(Delivered_Product__c), 
 $Profile.Id = &quot;00e10000000xnp2&quot;, 
 $Profile.Id = &quot;00e10000000xnp7&quot;)</errorConditionFormula>
    <errorMessage>納入機器の入力・変更できません。</errorMessage>
</ValidationRule>