Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
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>No_Link__c</fullName>
    <description>項目セットに表示するためのリンク</description>
    <externalId>false</externalId>
    <formula>HYPERLINK(&quot;/&quot; &amp; Id, SortInt_F__c + &quot;_&quot; + Fixture_Set_Idx__c, &quot;_top&quot;)</formula>
    <label>No_Link</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>