<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>EndDate_F__c</fullName>
|
<description>使用开始日+有效期限(公式)</description>
|
<externalId>false</externalId>
|
<formula>IF(AND(NOT(ISBLANK(StartDate_F__c)),NOT(ISBLANK(Validity_F__c))),
|
ADDMONTHS(StartDate_F__c, VALUE(Validity_F__c) * 12),
|
NULL
|
)</formula>
|
<label>报表用-使用期限至</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Date</type>
|
</CustomField>
|