彭锟
2022-04-24 52951f976f4a31d96c80ecbe5f9635bd6f4f7d89
1
2
3
4
5
6
7
8
9
10
11
<?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>true</active>
    <description>当没有收到现场确认处理,不能进行医院收到签字处理;</description>
    <errorConditionFormula>/*bp2 HP_received_time__c を削除したい
ISNULL( Loaner_received_time__c ) &amp;&amp; NOT(ISNULL( HP_received_time__c ))
*/
False</errorConditionFormula>
    <errorMessage>//bp2 现场签收还没有处理,不能进行医院接受签字处理;请先进行现场签收确认;</errorMessage>
</ValidationRule>