<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>needInstallationLocation</fullName>
|
<active>false</active>
|
<errorConditionFormula>HasType3Machine__c && ISPICKVAL(Installation_location__c, "")</errorConditionFormula>
|
<errorDisplayField>Installation_location__c</errorDisplayField>
|
<errorMessage>含有第三分类是“主机”的产品时,请选择主机装机地点</errorMessage>
|
</ValidationRule>
|