fuyu
2023-01-05 c2c5fc25aa9e92a0ab8ebcea4e01a176359d2f78
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>