<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Temperature_And_Humidity_Check_Result__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF (Quantity > 0 && Delete_Flag__c = false && AssetManageConfirm__c = true,
|
IF(BEGINS(Product2.ProductCode, 'BP'), '备品自建',
|
IF(Product2.SFDA_Approbation_No__c = 'FYL' || Loaner_categoryII__c = '台车' || Loaner_categoryII__c = '监视器' || Loaner_categoryII__c = '模型', '非医疗',
|
IF(ISBLANK(Product2.Storage_Conditions__c), '无信息',
|
CASE(Text(Storage_Conditions_Met_Status__c),
|
'N/A', '历史信息不清',
|
'NG', '待确认',
|
'OK')
|
)
|
)
|
),
|
''
|
)</formula>
|
<label>备品设备存储状态</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|