Li Jun
2022-05-11 b776940205e893302f77d24c4285613f228b44c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Need_Follow_up_People__c</fullName>
    <description>LJPH-C95AQ2
由于引用超过20,所以用了公式拷文本字段。</description>
    <externalId>false</externalId>
    <formula>IF( NowToEnd__c  &lt; 0,  BuchangApprovalManager_Txt__c  , 
IF( NowToEnd__c  &gt; 30,     Service_Contract_Staff__r.Name__c    ,    JingliApprovalManager_Txt__c   ) )</formula>
    <label>需跟进人员</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>