<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Assistant_Applied__c</fullName>
|
<description>2023/2/6ws修改前:
|
if(text(ConfirmationofAward__c) == 'OLY中标',IF( ISNULL(Assistant_Applied_Date__c) , IF(TODAY() - ConfirmationofAward_createTime__c <=30, null, 0) , IF( ConfirmationofAward_createTime__c - Assistant_Applied_Date__c <= 30 , 1, 0 ) ),null)</description>
|
<externalId>false</externalId>
|
<formula>if(text(ConfirmationofAward__c) == 'OLY中标',IF( ISNULL(Assistant_Applied_Date__c) , IF(TODAY() - ConfirmationofAward_createTime__c <=30, null, 0) , IF( Assistant_Applied_Date__c -
|
ConfirmationofAward_createTime__c <= 30 , 1, 0 ) ),null)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>是否按时合同申请</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|