<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>within_guarantee_period__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(today() > Guarantee_period_for_products__c,false,true)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>是否新品保修期内</label>
|
<trackHistory>false</trackHistory>
|
<type>Checkbox</type>
|
</CustomField>
|