binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>AssetWhereabouts__c</fullName>
    <description>1)去向:服务合同。结合关联的执行中合同记录为【服务合同】判断去向为服务合同,
2)去向:一般维修。无执行中合同,today为止一年内有一般维修且未取消、删除,完成维修的记录    
3)去向:其他。除以上两种以外。</description>
    <externalId>false</externalId>
    <label>设备去向</label>
    <length>255</length>
    <required>false</required>
    <trackFeedHistory>false</trackFeedHistory>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>