<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Required_Department</fullName>
|
<active>true</active>
|
<errorConditionFormula>Text(Status__c) = '申請中' && Isblank(Department__c)</errorConditionFormula>
|
<errorDisplayField>Department__c</errorDisplayField>
|
<errorMessage>科室必填</errorMessage>
|
</ValidationRule>
|