<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>AssetDay_ProductionDate__c</fullName>
|
<externalId>false</externalId>
|
<formula>if(
|
AND(NOT(ISBLANK(Asset_day__c)), NOT(ISBLANK(ProductionDate__c))),
|
TEXT(YEAR(Asset_day__c) - YEAR(ProductionDate__c)) + '年',
|
''
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>资本化日期-生产日期</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|