<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>NoticeboardClassify</fullName>
|
<active>true</active>
|
<errorConditionFormula>TEXT(Board_category1__c)== '备品中心内部揭示板' &&
|
(TEXT(Board_status__c) != '准备中' || TEXT(Which_dept_can_see__c) != '备品中心内部可见') &&
|
ISBLANK(Board_open_day__c)</errorConditionFormula>
|
<errorMessage>状态必须是准备中,公开范围必须是备品中心内部可见。</errorMessage>
|
</ValidationRule>
|