binxie
2024-01-20 2ff0f0a7ab276c3466d9e06e14222db802194efc
force-app/main/default/objects/TransferApplyDetail__c/validationRules/Receive_After_NG_Aborted_Comment.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Receive_After_NG_Aborted_Comment</fullName>
    <active>false</active>
    <active>true</active>
    <errorConditionFormula>(TransferApply__r.RecordType.DeveloperName != &apos;CenterToAgency&apos; || NOT(ISBLANK(Asset_return_time__c)))
&amp;&amp; IsPickval(Inspection_NG_abord_reason__c, &apos;其他&apos;)
&amp;&amp; IsBlank(Inspection_Comment__c)</errorConditionFormula>