D C
2023-05-26 dec96e2f8b84ea04d773c0c520c39b0822912ee3
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_Apply_From_The_OPD</fullName>
    <active>true</active>
    <description>20210621 李旺创建  课题:SWAG-C445GF</description>
    <errorConditionFormula>(ISNEW()||DATEVALUE(CreatedDate)         
&gt;= DATE(2021,06,22) )&amp;&amp;TEXT(demo_purpose2__c ) ==&apos;已购待货&apos;&amp;&amp;!ISBLANK(OPDPlan__c)&amp;&amp;!ISBLANK(Old_Rental_Apply__c)</errorConditionFormula>
    <errorMessage>如选择“已购待货”,请在注残页面进行备品申请</errorMessage>
</ValidationRule>