binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>After_approved_cannot_change_sales</fullName>
    <active>false</active>
    <errorConditionFormula>AND(Plan_approved__c=TRUE,
input_again_Sales__c = false,
OR(
ISCHANGED(X2_Largescale_Project__c),
ISCHANGED(Department_Budget_Sum_Price__c),
ISCHANGED(Ideal_Image_Sales__c),
ISCHANGED(Important_Product_opd1__c),
ISCHANGED(CV_290_sales_target__c),
ISCHANGED(Important_Product_opd2__c),
ISCHANGED(X3D_sales_target__c),
ISCHANGED(Important_Product_opd5__c),
ISCHANGED(STMS_USG_400__c),
ISCHANGED(EU_ME2_OPD_target__c),
ISCHANGED(EU_ME12_sales_target__c),
ISCHANGED(Important_Product_opd13__c),
ISCHANGED(CV_190_OTV_190__c),
 
ISCHANGED(Proposal_target_customer__c)))</errorConditionFormula>
    <errorMessage>经理批准后,不可以修改计划信息</errorMessage>
</ValidationRule>