<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>WhetherRunningFollow2</fullName>
|
<active>true</active>
|
<description>为否时,不实施新品装机跟台的原因必填</description>
|
<errorConditionFormula>TEXT(WhetherFollow__c) == '否'
|
&&
|
(NotInstallNewProductReason__c == '')
|
&&
|
RecordTypeId == '012C600000005sY'</errorConditionFormula>
|
<errorDisplayField>WhetherFollow__c</errorDisplayField>
|
<errorMessage>为否时,不实施新品装机跟台的原因必填!</errorMessage>
|
</ValidationRule>
|