<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>LoanProduct_submit_check</fullName>
|
<active>true</active>
|
<description>update lxy 20200924 【备品出借省】【计划撤展日期】保存时已做校验,提交时无需再校验</description>
|
<errorConditionFormula>(RecordType.DeveloperName = 'Society' ||
|
RecordType.DeveloperName = 'Training_event' ||
|
RecordType.DeveloperName = 'Service_trainig' ||
|
RecordType.DeveloperName = 'BusinessTraining')
|
&&
|
TEXT(Is_LendProduct__c)='是' &&
|
(ISBLANK(LoadNum__c))
|
&& TEXT(Status)='计划提交'</errorConditionFormula>
|
<errorMessage>计划提交时,【是否需要出借备品】选择“是”时,【计划出借备品信息】必须填写。</errorMessage>
|
</ValidationRule>
|