高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/QuoteIrai__c/fields/EditLink__c.field-meta.xml
@@ -1,12 +1,11 @@
<?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
  , &quot;编集(链接)&quot;
    <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>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>编集(链接)</label>
    <label>报价委托链接</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>