李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
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>ShouldBeDelete__c</fullName>
    <description>When LastModifiedDate &lt; Before 6 month, this record should be delete.
If this is true, informatica will delete this record.</description>
    <externalId>false</externalId>
    <formula>If(Status1__c = &apos;草案中&apos;&amp;&amp; DATEVALUE(LastModifiedDate)+ 183 &lt; TODAY(),TRUE,FALSE)</formula>
    <label>ShouldBeDelete</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>