binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OnlyAgencyCanEditTarget</fullName>
    <active>true</active>
    <errorConditionFormula>RecordType.DeveloperName == &apos;Target&apos;
&amp;&amp; IsBlank($User.ContactId)
&amp;&amp; Not($User.Batch_User__c)
&amp;&amp; Not(IsBlank(Agency_Hospital_Target__c)) &amp;&amp; $User.ProfileId &lt;&gt;&apos;00eC800000005Cb&apos;</errorConditionFormula>
    <errorMessage>只有经销商可以修改目标</errorMessage>
</ValidationRule>