binxie
2023-06-20 f62ffbeb0ce6d67b56c0d409d7b93574a0070452
force-app/main/default/objects/Repair__c/validationRules/ApplyMust_ProblemOccurredOther.validationRule-meta.xml
@@ -3,7 +3,7 @@
    <fullName>ApplyMust_ProblemOccurredOther</fullName>
    <active>true</active>
    <description>问题发生时间情况 其他</description>
    <errorConditionFormula>( ISNEW()||DATEVALUE(CreatedDate) &gt;= DATE(2021,06,30)) &amp;&amp;  text(ProblemOccurred__c )=&apos;其他&apos; &amp;&amp;  ISBLANK(ProblemOccurredSelect__c)</errorConditionFormula>
    <errorConditionFormula>( ISNEW()||DATEVALUE(CreatedDate) &gt;= DATE(2021,06,30)) &amp;&amp;   text(ProblemOccurred__c )=&apos;其他&apos; &amp;&amp;  ISBLANK(ProblemOccurredSelect__c)</errorConditionFormula>
    <errorDisplayField>ProblemOccurred__c</errorDisplayField>
    <errorMessage>选择其他时,请录入具体原因</errorMessage>
</ValidationRule>