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>Status_Check</fullName>
    <active>true</active>
    <description>意向状态回退判断</description>
    <errorConditionFormula>AND( ISCHANGED(Status), Text(Status) = &apos;未跟进&apos; , OR(NOT(ISNULL(begin_opp_name__c)) ,NOT(ISNULL( Opp_Name_Search__c ))) )</errorConditionFormula>
    <errorMessage>意向已转化询价,不能修改状态</errorMessage>
</ValidationRule>