Denny chen
2022-05-10 2f3267bcc0e42e09b6f191cad6a0374f4a59b317
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Create_task__c</fullName>
    <externalId>false</externalId>
    <formula>HYPERLINK(&quot;/OFSTaskCreate?subject=&quot;+ Name +&quot;&amp;dt=&quot; + Substitute(Text(TODAY()), &quot;-&quot;, &quot;/&quot;)+&quot;&amp;whatId=&quot;+Id, &quot;■&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>+课题</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>