binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>SFDCLast_Process_Date__c</fullName>
    <description>*****CHAN-AUE3TB*****Batch SSOpportunity的执行数据筛选
SAP_Send_OK_Date__c =&gt; Contract_recognized_day_1__c</description>
    <externalId>false</externalId>
    <formula>IF(OR(ISPICKVAL(StageName, &apos;注残&apos;), ISPICKVAL(StageName, &apos;出荷&apos;), ISPICKVAL(StageName, &apos;完了&apos;)), 
   IF(If_Account_Change__c,
      Contract_DB_Finalcomplite_day__c, 
      Contract_recognized_day_1__c
   ),
   IF(OR(ISPICKVAL(StageName, &apos;削除&apos;), ISPICKVAL(StageName, &apos;敗戦&apos;)), 
      Final_Contract_Proceeded_Date__c, 
      null
   )
)</formula>
    <label>16.SFDC最终处理日</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Date</type>
</CustomField>