1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Auto_Giveup_StartDate__c</fullName>
    <description>自动断念只针对自动断念开始日期在这个字段以后的数据</description>
    <externalId>false</externalId>
    <label>自动断念开始日期</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Date</type>
</CustomField>