| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Confirm_Limit_Date__c</fullName> |
| | | <description>SWAG-BD28RR 2019-6-21变更前(公式返回值是日期) |
| | | if ( |
| | | isblank(Submit_Date_Latest__c), |
| | | null, |
| | | case( |
| | | MOD( Submit_Date_Latest__c - DATE( 1900, 1, 7), 7 ) , |
| | | 5, datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 3, |
| | | 6, datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 2, |
| | | datetimevalue( text(year(Submit_Date_Latest__c)) & '-' & text(month(Submit_Date_Latest__c)) & '-' & text(day(Submit_Date_Latest__c)) & ' 04:00:00') + 1 |
| | | ) |
| | | ) |
| | | |
| | | 2021-06-11 变更 参考课题:SWAG-C3U9QU</description> |
| | | 2021-06-21 李旺变更 参考课题:SWAG-C3U9QU |
| | | 变更前公式: |
| | | IF(ISPICKVAL(Reporter__r.Province__c , "新疆自治区"), |
| | | IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 6:00:00'), null), |
| | | IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 4:00:00'), null))</description> |
| | | <externalId>false</externalId> |
| | | <formula>IF(!ISNULL(Closest_Confirm_Work_Day__c),datetimevalue( text(year(Closest_Confirm_Work_Day__c)) & '-' & text(month(Closest_Confirm_Work_Day__c)) & '-' & text(day(Closest_Confirm_Work_Day__c)) & ' 16:00:00'), null)</formula> |
| | | <label>准时批准期限</label> |