binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CreateRepair__c</fullName>
    <externalId>false</externalId>
    <formula>HYPERLINK(&quot;/apex/OFSCreateRepair?astId=&quot; + Id
+ &quot;&amp;astName=&quot; + Name
+ &quot;&amp;SerialNumber=&quot; + SerialNumber
+ &quot;&amp;hpId=&quot; + Hospital__c
+ &quot;&amp;hpName=&quot; + HP_Name__c
+ &quot;&amp;accId=&quot; + AccountId
+ &quot;&amp;departClass=&quot; + Account.ParentId 
+ &quot;&amp;accName=&quot; + Account.Name
+ &quot;&amp;Counter_personId=&quot; + Account.OwnerId
+ &quot;&amp;Counter_personName=&quot; + Account.Owner.Alias
+ &quot;&amp;InstallDate=&quot; + Text(InstallDate)
+ &quot;&amp;Guarantee_period_for_products=&quot; + Text(Guarantee_period_for_products__c)
+ &quot;&amp;Maintenance_ContractId=&quot; + CurrentContract__c
+ &quot;&amp;Maintenance_ContractName=&quot; + CurrentContract__r.Name
+ &quot;&amp;Number_of_EffectiveContract=&quot; + Service_Agreement_formula__c 
+ &quot;&amp;ReRepairObject=&quot; + IF(ReRepairObject__c, &quot;1&quot;, &quot;0&quot;)
+ &quot;&amp;LastSFDCRepairNo=&quot; + LastSFDCRepairNo__c
, &quot;■&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>+修理</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>