<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>OBA4_CannotmodifyName</fullName>
|
<active>true</active>
|
<description>OBA4简档不能修改询价名称、预测发货日</description>
|
<errorConditionFormula>AND($Profile.Id = '00e10000000s2cp', OR(ISCHANGED(Name), ISCHANGED(CloseDate)))</errorConditionFormula>
|
<errorMessage>不能修改询价名称和预测发货日</errorMessage>
|
</ValidationRule>
|