<?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, '北京市'), $User.ProfileId <> LEFT($Label.ProfileId_SystemAdmin, 15)
|
,$User.Batch_User__c = false
|
)</errorConditionFormula>
|
<errorDisplayField>SAP_Province__c</errorDisplayField>
|
<errorMessage>省(上传SAP/SPO) 默认北京</errorMessage>
|
</ValidationRule>
|