<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Guarantee_period_formula__c</fullName>
|
<description>if(AssetMark__c='耗材',Posting_Date__c,
|
IF( AND( Not(ISBLANK(EntryDate__c)) ,EntryDate__c <= Posting_Date__c +100) ,
|
ADDMONTHS( InstallDate , Guarantee_period_year__c * 12 ) ,
|
ADDMONTHS( Posting_Date__c , Guarantee_period_year__c * 12 ) + 7))</description>
|
<externalId>false</externalId>
|
<formula>if(AssetMark__c='耗材',
|
Posting_Date__c,
|
ADDMONTHS( InstallDate__c , Guarantee_period_year__c * 12 ))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>保修期限(公式)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Date</type>
|
</CustomField>
|