<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Request_input_dealer_name</fullName>
|
<active>false</active>
|
<errorConditionFormula>AND($User.ProfileId != '00e10000000Y3o5' ,
|
ISPICKVAL(Asset_Owner__c, "经销商资产"),
|
ISBLANK(Asset_owner_delaer_name__c))</errorConditionFormula>
|
<errorMessage>如果资产所属是“经销商”,需要登录经销商资产所有公司名。请联系系统管理者</errorMessage>
|
</ValidationRule>
|