binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
<?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 = &apos;00e10000000s2cp&apos;, OR(ISCHANGED(Name), ISCHANGED(CloseDate)))</errorConditionFormula>
    <errorMessage>不能修改询价名称和预测发货日</errorMessage>
</ValidationRule>