<?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 ) && NOT(ISNULL( HP_received_time__c ))
|
*/
|
False</errorConditionFormula>
|
<errorMessage>//bp2 现场签收还没有处理,不能进行医院接受签字处理;请先进行现场签收确认;</errorMessage>
|
</ValidationRule>
|