binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
force-app/main/default/objects/Rental_Apply_Equipment_Set__c/validationRules/cannot_hospital_sign_without_site_time.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>cannot_hospital_sign_without_site_time</fullName>
    <active>false</active>
    <active>true</active>
    <description>当没有收到现场确认处理,不能进行医院收到签字处理;</description>
    <errorConditionFormula>/*bp2 HP_received_time__c を削除したい
ISNULL( Loaner_received_time__c ) &amp;&amp; NOT(ISNULL( HP_received_time__c ))