binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Notes_Sync_Priority__c</fullName>
    <description>2015-4-18 Update by Terabori
IF(NOT(ISBLANK(User__r.Notes_File_Name__c)), IF(User__r.Notes_Sync_Flg__c, &quot;用户信息优先(NOTES日历同期)&quot;, &quot;用户信息优先(NOTES日历不同期,只算COUNT)&quot;), IF( NOT(ISBLANK(Notes_File_Name__c)), &quot;员工信息优先(NOTES日历不同期,只算COUNT)&quot;, &quot;无法同期&quot; ))</description>
    <externalId>false</externalId>
    <formula>/**Notes_File_Name__c &lt;&gt; &quot;#N/A&quot;条件追加**/
IF(NOT(ISBLANK(Notes_File_Name_U__c)), IF(User__r.Notes_Sync_Flg__c, &quot;用户信息优先(NOTES日历同期)&quot;, &quot;用户信息优先(NOTES日历不同期,只算COUNT)&quot;), IF( NOT(ISBLANK(Notes_File_Name__c)) &amp;&amp; Notes_File_Name__c &lt;&gt; &quot;#N/A&quot;, &quot;员工信息优先(NOTES日历不同期,只算COUNT)&quot;, &quot;无法同期&quot; ))</formula>
    <label>NOTES同期优先度</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>