黄千龙
2023-03-08 ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ViewRelatedOpp__c</fullName>
    <description>简档是2s1,2s2,2s4,2s6,2s7开头的提醒
2022-10-13 增加2M4提醒</description>
    <externalId>false</externalId>
    <formula>( 
 
($User.ProfileId = &apos;00e10000000xnp2&apos;)||($User.ProfileId = &apos;00e10000000xzQ0&apos;)||
 
($User.ProfileId = &apos;00e10000000xnp7&apos;)||($User.ProfileId = &apos;00e10000001220i&apos;) ||
 
($User.ProfileId = &apos;00e10000000xnpH&apos;)||($User.ProfileId = &apos;00e10000000xzQA&apos;) ||
 
($User.ProfileId = &apos;00e10000000hkas&apos;) ||
 
 
($User.ProfileId = &apos;00e10000000xnpR&apos;)||($User.ProfileId = &apos;00e10000000xyK6&apos;)
||($User.ProfileId = &apos;00e10000000xnpW&apos;) || ($User.ProfileId = &apos;00e10000000Nb7i&apos;))&amp;&amp;Logical_delete__c=false
 &amp;&amp; (OpportunityNum__c = 0  || isblank(OpportunityNum__c))</formula>
    <label>查看关联询价项目</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>