高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>EditLink__c</fullName>
    <description>2022-10-24增加相关对象的ID参数</description>
    <externalId>false</externalId>
    <formula>HYPERLINK(&quot;/apex/NewQuoteIrai?Id=&quot; + Id + IF( ISBLANK(Opportunity__c),&apos;&apos;,&apos;&amp;oppid=&apos; + Opportunity__c ) + IF( ISBLANK(Lead__c),&apos;&apos;,&apos;&amp;leadid=&apos; + Lead__c ) + IF( ISBLANK(Tender_information__c),&apos;&apos;,&apos;&amp;tenderid=&apos; + Tender_information__c ) , &quot;报价委托链接&quot;
)</formula>
    <label>报价委托链接</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>