binxie
2024-01-20 2ff0f0a7ab276c3466d9e06e14222db802194efc
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CelonCheck</fullName>
    <active>true</active>
    <description>当询价是Celon询价时,【省(上传SAP用-办事处)】只能北京市!</description>
    <errorConditionFormula>AND(OR(!ISBLANK(TEXT(CelonOpportunity__c)),Group_purchase_PCL__c) , !ISPICKVAL(SAP_Province__c, &apos;北京市&apos;), $User.ProfileId &lt;&gt; LEFT($Label.ProfileId_SystemAdmin, 15)
,$User.Batch_User__c = false
)</errorConditionFormula>
    <errorDisplayField>SAP_Province__c</errorDisplayField>
    <errorMessage>省(上传SAP/SPO) 默认北京</errorMessage>
</ValidationRule>