<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>NeedActivity__c</fullName> 
 | 
    <description>// 2021-09-28    mzy  任务管理改善</description> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(RecordType.Name != 'OPD',true,false)</formula> 
 | 
    <label>提交日报视为任务完成</label> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Checkbox</type> 
 | 
</CustomField> 
 |