<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>OPD_Status_Implement_Validation</fullName>
|
<active>true</active>
|
<description>OPD计划状态不是‘草案中’时,不允许修改‘OPD计划实施日期’</description>
|
<errorConditionFormula>Text(Status__c)!='草案中' && ISCHANGED(OPDPlan_ImplementDate__c) &&
|
$User.ProfileId <>'00e10000000Y3o5'</errorConditionFormula>
|
<errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField>
|
<errorMessage>只有当OPD计划的状态为 草案中 时,才允许修改 OPD计划实施日期</errorMessage>
|
</ValidationRule>
|