李彤
2023-05-29 41a627eaaf29658a401ac43e4da838a5b622f44e
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>DY_J1__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Contract_print_completed__c &gt;  ADDMONTHS(Contract_Start_Date__c,1),&apos;true&apos;,&apos;false&apos;)</formula>
    <label>盖章完毕日DY合同开始日J1月</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>