<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ApplyList_NoHave__c</fullName>
|
<description>报关单显示:
|
* 如果报关单(后台)不等于空,则显示预览/下载;
|
* 如果报关单(后台)等于空:
|
如果国内采购品=真 且报关单=无----> 显示不要;
|
否则如果 国内采购品=假 且 报关单(文本)不等于空,则显示=扫描日期+27个工作日
|
否则显示空;</description>
|
<externalId>false</externalId>
|
<formula>IF(ISBLANK(ApplyList_Select__c)
|
,IF( AND(HomeBuy__c = TRUE,TEXT(Asset__r.Product2.ApplyList__c)='无')
|
,'不要'
|
, IF(AND(HomeBuy__c = false,!ISBLANK(ApplyList__c)),'预计'&text(ScanDate_select__r.After_27_WorkDay__c)&'出证','')
|
)
|
,ApplyList_Select__r.ViewLink__c
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>报关单标识</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|