| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>E_Learning_require</fullName> | 
|     <active>true</active> | 
|     <description>資料を公開にした段階で、特定の資料区分に関しては、URLを必須化 | 
| ただし、产品资料公开结束がTRUEのときは不要。</description> | 
|     <errorConditionFormula>(Text(Material_status__c) = '公开中' | 
|   && ISBLANK(E_Learning__c) | 
|   && Close_material__c = FALSE  | 
|   )</errorConditionFormula> | 
|     <errorDisplayField>E_Learning__c</errorDisplayField> | 
|     <errorMessage>公开中时必须填写</errorMessage> | 
| </ValidationRule> |