Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Jump_spot_check__c</fullName>
    <description>跳转至点检页面(点检报告书明细编辑页面)</description>
    <externalId>false</externalId>
    <formula>HYPERLINK(&apos;/apex/OFSInsReportLayoutForVm?rt=EndoscopeSystem&amp;vmId=&apos; + Maintenance_Contract__c +&apos;&amp;djId=&apos;+Id , &apos;合同点检录入&apos;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>点检实绩</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>