<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>canEditCelon</fullName>
|
<active>true</active>
|
<errorConditionFormula>(NOT(OR(LEFT($Profile.Id, 15) == LEFT($Label.ProfileId_2M4, 15) ,
|
LEFT($Profile.Id, 15) == LEFT($Label.ProfileId_2M5, 15) )
|
))&&
|
/* !ISNULL(Text(CelonOpportunity__c))*/
|
OR(ISCHANGED(CelonOpportunity__c),AND(ISNEW(),!ISBLANK(TEXT(CelonOpportunity__c))))
|
&& $Profile.Id!='00e10000000Y3o5' && $Profile.Id!='00e10000000dzzG'</errorConditionFormula>
|
<errorDisplayField>CelonOpportunity__c</errorDisplayField>
|
<errorMessage>仅市场企划部门可以选择</errorMessage>
|
</ValidationRule>
|