buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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>