<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Sign_Time__c</fullName>
|
<description>20230206ws修改前:
|
IF(text(ConfirmationofAward__c) == 'OLY中标',IF(Contract_recognized_day_1__c - Closing_Bid_Date__c <= 60, 1, 0),null)</description>
|
<externalId>false</externalId>
|
<formula>if(text(ConfirmationofAward__c) == 'OLY中标',IF( ISNULL(Contract_recognized_day_1__c) , IF(TODAY() - Closing_Bid_Date__c <=60, null, 0) , IF( Contract_recognized_day_1__c -
|
Closing_Bid_Date__c <= 60 , 1, 0 ) ),null)</formula>
|
<label>是否按时签约</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|