binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>After_approved_cannot_change_FSE</fullName>
    <active>true</active>
    <errorConditionFormula>AND(Plan_approved_FSE__c=TRUE, 
input_again_FSE__c=false,
OR( 
ISCHANGED(Ideal_Image_Fse__c), 
ISCHANGED(Service_contract_target__c), 
ISCHANGED(Inspection_plan_month__c), 
ISCHANGED(NTC_Plan_month__c), 
ISCHANGED(TTC_target_customer__c)))</errorConditionFormula>
    <errorMessage>CL6 经理级批准后,不可以修改计划信息</errorMessage>
</ValidationRule>