<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Product_Null</fullName> 
 | 
    <active>false</active> 
 | 
    <description>产品信息和产品信息(手动)要有一个必填</description> 
 | 
    <errorConditionFormula>ISBLANK(Product1__c) && ISBLANK(Product1_Manual__c)</errorConditionFormula> 
 | 
    <errorMessage>产品信息和产品信息(手动)至少填写一项</errorMessage> 
 | 
</ValidationRule> 
 |