binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CreateTask__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>
    <label>(###)+任务</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>