| <?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 =   "102_销售担当")</description> | 
|     <errorConditionFormula>And (ISCHANGED(Delivered_Product__c),  | 
|  $Profile.Id = "00e10000000xnp2",  | 
|  $Profile.Id = "00e10000000xnp7")</errorConditionFormula> | 
|     <errorMessage>納入機器の入力・変更できません。</errorMessage> | 
| </ValidationRule> |