binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cancel_reason_not_null.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cancel_reason_not_null</fullName>
    <active>false</active>
    <active>true</active>
    <description>请输入取消理由</description>
    <errorConditionFormula>Cancel_Select__c &amp;&amp;
ISBLANK(Cancel_Reason__c)</errorConditionFormula>