<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>DealerMobilePhone</fullName>
|
<active>false</active>
|
<description>经销商手机号验证,必须11位</description>
|
<errorConditionFormula>IF(RecordType.DeveloperName == 'Agency' && LEN( MobilePhone )!= 11 && !ISBLANK(MobilePhone) ,TRUE,FALSE)</errorConditionFormula>
|
<errorDisplayField>MobilePhone</errorDisplayField>
|
<errorMessage>手机号必须为11位</errorMessage>
|
</ValidationRule>
|