<?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, "用户信息优先(NOTES日历同期)", "用户信息优先(NOTES日历不同期,只算COUNT)"), IF( NOT(ISBLANK(Notes_File_Name__c)), "员工信息优先(NOTES日历不同期,只算COUNT)", "无法同期" ))</description>
|
<externalId>false</externalId>
|
<formula>/**Notes_File_Name__c <> "#N/A"条件追加**/
|
IF(NOT(ISBLANK(Notes_File_Name_U__c)), IF(User__r.Notes_Sync_Flg__c, "用户信息优先(NOTES日历同期)", "用户信息优先(NOTES日历不同期,只算COUNT)"), IF( NOT(ISBLANK(Notes_File_Name__c)) && Notes_File_Name__c <> "#N/A", "员工信息优先(NOTES日历不同期,只算COUNT)", "无法同期" ))</formula>
|
<label>NOTES同期优先度</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|